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

How do I Run a VB .exe in HIDDEN mode?

Status
Not open for further replies.

timmy773

Technical User
Nov 24, 2002
17
US
I have a visual basic project that makes use of the "timer", and kicks off different applications throughout the night. I have a problem with the cleaning people closing the app when its minimized. I need something where the app will run "hidden". Or at least of the Task Bar. It could run in the system try or something like that, just where it's not easy to close. Thanks.
 

You could make your form visable=false and place an icon in the system tray for access to your program via a menu. To find out info on the icon in the system tray search this site for "icon system tray" using your forums.

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top