Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to hide my application on clicking the exe file initially but after hide as with the help of setting my global key I want to show it

Can Anyone help me by providing the snippet of hiding an application on initial stage after clicking the exe file of the program


AnyWays I used both the ways i.e this.hide() as well as set this.visible=false; on the page load but not able to get the solution

Also I searched A lot regarding it but not getting the right page , which can help me

Your Help is greatly appreciated.....Thanks
Posted
Comments
TcJoshJohnson 13-Apr-14 9:10am    
I'm not sure I fully understand your issue. But if you want to delay showing your main form until you finish initializing the application, you need to move your initialization code outside of the form (or call it from the OnLoad event). From a UX perspective, though, I'm not sure that would be the best route. Users want to see that your application is working - even if it is doing something in the background.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900