Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21342

loading and unloading an exe.

$
0
0
I have placed a commend button on a form to open an external exe.

Code:

Private Sub Command1_Click()
Shell App.Path & "\my.exe", vbNormalFocus
End Sub

How can i unload main form when an external exe. is executed

Viewing all articles
Browse latest Browse all 21342

Trending Articles