Overlap exception

danieljsamson

New member
Joined
Jan 25, 2006
Messages
1
Programming Experience
Beginner
I'm developing a windows form that has a split container with two virtical panels in it. The idea was i wanted to make look like Explorer; where the commanly used tasks are on the left and the details are on the right.

The problem:
well i have created several panels and placed them in the right split panel item. when i click on the menu item that it brings it up, it comes up with a overlap exeption or something to that effect, and sometimes doesn't show the panel. i'm using the code
pannelitem.show()

Can any one help me!
 
Back
Top