I am developing a program in VB which needs to execute some Fortran routines (which are already compiled in the .exe file) when the user clicks a particular command button. How do I do this?
Printable View
I am developing a program in VB which needs to execute some Fortran routines (which are already compiled in the .exe file) when the user clicks a particular command button. How do I do this?
Try:
Call Shell("Fortran.exe", vbNormalFocus)
Aaron Young
Analyst Programmer
[email protected]
[email protected]