Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mtnengr

    CVF Fortran Interface w/WINEXEC

    Using CVF 6.6C Fortran. I am making a call to Notepad.exe via the call Iret = WinExec('NotePad.exe '//efile(1:lenE)//CHAR(0) ,SW_SHOW). What call must I make to wait until the above call is successful?
  2. mtnengr

    Interfacing with Explorer

    XWB The scenario you described is basically what I want to do. Step 3 can be either a folder or a filename. Step 4 is to return the selected item to the fortran program. An example of the call would be helpful. I have seen some discussions about Fortran 2003 in Http:/www.fortran.gantep.edu.tr...
  3. mtnengr

    Interfacing with Explorer

    XWB Thanks, but that is no the question I had asked. I do not know the path or folder a pirori. In experimenting with Explorer.exe, I found that using the switch /e in the command line, I can manipulate files and folders just as usual. When I want to select a specific folder within Explorer...
  4. mtnengr

    Interfacing with Explorer

    From CVF 6.6c I can give the command : Runqq(Explorer.exe, ' 'c) to run Microsoft's Explorer. Instead of using ' 'C, there must be a command to retrieve the selected folder. Can any one help?
  5. mtnengr

    Debug Script.rc files

    I am using CVF 6.6C. I am trying to debug the assignment of parameter numbers in the Script files. I have a lot of IDDs which have similar names for IDC variables, but are supposedly different. I have more than one IDC variable with the same number, how do I fix it? Is it because I have...

Part and Inventory Search

Back
Top