Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted
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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...