Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form always present

Status
Not open for further replies.

fortage

MIS
Jun 15, 2000
329
US
How can I make sure that the form is always visible during execution of the program.
Currently I'm calling programs from a dos shell and even though they are minimized the form is not visible.

Thanks
 
You mean a line like:
Shell "notepad.exe", vbMinimizedNoFocus
causes the form to be invisible?
 
I'm just guessing, but maybe a me.show line after the line containing the shell command.

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top