I want to open a .exe file using visual basic 6.0, to look at the program. Can someone assist me doing this.
opening a .exe with visual basic 6.0I have a freeware software and I want to open it using visual basic 6.
Page 1 of 1
2 Replies - 4894 Views - Last Post: 28 November 2008 - 04:11 PM
Replies To: opening a .exe with visual basic 6.0
#2
Re: opening a .exe with visual basic 6.0
Posted 28 November 2008 - 02:28 PM
#3
Re: opening a .exe with visual basic 6.0
Posted 28 November 2008 - 04:11 PM
Use SHELL ... exsample
1.Shell "C:\Widnows\notepad.exe"
2.Shell "C:\Widnows\notepad.exe",vbNormalFocus
3.Shell "C:\Widnows\notepad.exe", vbMaximizedFocus
Structure:
Shell "PathToFile",vbNormalFocus
Vace
1.Shell "C:\Widnows\notepad.exe"
2.Shell "C:\Widnows\notepad.exe",vbNormalFocus
3.Shell "C:\Widnows\notepad.exe", vbMaximizedFocus
Structure:
Shell "PathToFile",vbNormalFocus
Vace
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|