Anchor Blue
January 8th, 2000, 09:59 PM
you no when you type in shell "c:\windows\whatever.exe"
when you do that, it makes the program minumized, so how do i make the program pop up?
Chris Eastwood
January 9th, 2000, 03:18 PM
The 'Shell' command defaults to minimized if you don't supply the second parameter.
The second parameter takes an enumerated type such as vbMinimized, vbMaximizedFocus etc - a window should popup with the list of available options when you type a ',' after the program name (or just check the help that comes with vb).
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb