I have a short Fortran program that I compiled as a dll (test.dll).
I would like to call and execute this program by pressing a command button within a VB GUI.
What code would I have to type between these two lines to successfully call the dll?
Private Sub cmdRun_Click()
End Sub
thanks,
Don