PLH
Well-known member
How to hide my application
Hello there, I have an app that may run at startup. The problem I have is that if the user wants it to run at startup of windows he has a chose to make it invisible which I could not get it done. I used Me.Opacity = 0 which works fin on XP but it isn't supported on Window 98. This has to be done in the Forms load event. I tried Me.visible = False and Me.hide() but nether of this doesn’t work in the forms load section. I wander if there is any other way that I can try. Thanks
Hello there, I have an app that may run at startup. The problem I have is that if the user wants it to run at startup of windows he has a chose to make it invisible which I could not get it done. I used Me.Opacity = 0 which works fin on XP but it isn't supported on Window 98. This has to be done in the Forms load event. I tried Me.visible = False and Me.hide() but nether of this doesn’t work in the forms load section. I wander if there is any other way that I can try. Thanks
Last edited by a moderator: