Invisible forms
-
Invisible to who ? Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
Define "invisible" and what do you want this app to do? Normally, I'd suggest writing it as a service application, but you haven't supplied enough information to suggest anything, really. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Define "invisible" and what do you want this app to do? Normally, I'd suggest writing it as a service application, but you haven't supplied enough information to suggest anything, really. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
OK sorry I' am talking, about the property Form1.visible=False in VB6 For example Starting a aplication with a system tray icon without showing the form at start in VB.NET .
WHich is it? VB6 or VB.NET? Are you trying to make a tray icon application? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Hello Write the function in Module Main dont call form Call all function in module if your application doesn't containe getting input from user Ishak
-
I don't know if you ever got an answer you can use or if you finally figured out what to do, but if you want a form to start out invisible you set the Opacity = 0. If you want to see it again, set Opacity=100, I have an app that I start with an "invisible form" (Opacity=0) and then I have it start another program which is visible. It works fine and has lasted a long time.