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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Some Workstations Launch Application Minimized (to Task Bar)

Status
Not open for further replies.

drosenkranz

Programmer
Sep 13, 2000
360
US
I have a Visual Basic 5.0 application. 3 out of the 40 users installed have their application launch directly to the Task Bar as minimized- the other 37 launch to the screen as intended. What caused the 3 to launch minimized?

This (Main) application is actually launched by another application (Check4Update) that uses the SHELL command to run it. This is an EXE calling the second EXE via the Shell Command.

It occurs on both Win 95 & Win 98 machines. Is the unintended minimized launch of the application (to the taskbar) on those 3 users a Pol Edit setting on their machine?
The 2nd mouse gets the cheese.
 
You might want to change the first form's StartUpPosition property to CenterOwner and see if that helps.
VCA.gif

Alt255@Vorpalcom.Intranets.com
"To run Visual Basic, you must have certain hardware and software installed on your computer.
• Any IBM-compatible machine with an 80286 processor or higher.
• One megabyte of memory."


Visual Basic Programmer's Guide
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top