Hi ...
i need help if u don't mind ..I have program in Visual Basic 6.0 & i want to active program written in borlandC++ How i can do it ?!!:confused:
Printable View
Hi ...
i need help if u don't mind ..I have program in Visual Basic 6.0 & i want to active program written in borlandC++ How i can do it ?!!:confused:
You can use the Shell function to execute any applicationBest regardsVB Code:
Shell "C:\Path\Program.exe", vbNormalFocus