Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I m working on a project using VB Express Edition 2008.I have a problem that when i place a panel on my vb form, the panel show better but when i try to move it from one point to another , the panel disappear and not be visible.Further when i place a textbox or label on it , the panel shows the textbox and label.But when i try to move or copy the textbox or text label it disappear.Please let me help by any experience person.
Posted

1 solution

Panels aren't supposed to be that visible - unless you want the user to see where it is - and so it doesn't "show" in the designer, except as a dashed border. They only "disappear" completely if you try to move it outside the actual form.

There are two ways to make it more visible:
1) Give it a BorderStyle property other than "None". You (and your user) will be able to see it at all times.
2) Select it by name from the drop-down list at the top of the Properties pan. You will be able to see it (temporarily, you won't as soon as you click on anything else)

To move a panel, select it, and use the four-way arrow that appears in the top right.
 
Share this answer
 
Comments
Marcin Kozub 1-Dec-14 11:43am    
+5

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