cinaga Posted April 24, 2005 Posted April 24, 2005 hi, well i wrote a windows form application in vb.net which displays company products. Added images on to the windows form. This application does not have any child forms. Development Environment :: The application is running in windows xp and is developed in windows xp. The application is developed in Microst VS.NET 2003. Well the problem is the form in minimze state disappears/Not Visible when i click restore. The application does not restore to its position only when it goes to minimize state. I have two panels on the form, one as top panel and other as bottom panel. The top panel has four buttons anmd two labels . the bototm panel has three buttons and a link label . Initially the application form layout is set with these properties. most of them are default. autoscale -- true autoscroll -- false start position -- centersceen windowstate -- normal size -- 500, 438 controlbox --- true maximizebox --- true minimizebox -- true ismdicontainer -- false I have no idea why it doesnt displays only when it goes to minimize state.Anyone has an idea to avoid this problem please do tell. thank you cinaga Quote
cincyreds Posted April 24, 2005 Posted April 24, 2005 Is there any code in your form's Resize event? Quote
cinaga Posted April 24, 2005 Author Posted April 24, 2005 Is there any code in your form's Resize event? I have no code written in event method.. actually i tried to remove all teh form elements one by one.. and checked the form status in resizing.. i have the same problem... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.