Hi
I know the aboce code forces my .txt file to open up in notepad.
However, i want to open it into another program called ABC.exe.
ABC.exe is not a windows programme.
How do i make the file open in ABC.exe?
I am currently using VB 6.0.
Help would be gladly welcomed.
Thanks
Code:
ShellExecute Me.hwnd, "open", "notepad", currentFileName, vbNullChar, SW_NORMAL
However, i want to open it into another program called ABC.exe.
ABC.exe is not a windows programme.
How do i make the file open in ABC.exe?
I am currently using VB 6.0.
Help would be gladly welcomed.
Thanks
Comment