Groupbox Problem.

M

Miky

Hi,

I have the following problem: in a Windows Form, there are
4 groupboxes containing at most 12 controls each (label,
textboxes, custom controls, etc.). When I run the program
it will show everything normal but the border of one of
the groupboxes. This happened when I had to move one
groupbox on the top of this in design mode in order to
make some changes and, then, when I restored the original
position, it created this problem.

What do I have to do?

Thanks in advance,
ME-LDV
 
O

One Handed Man [ OHM ]

You probably have something sitting just over the edge of it. Have a look
around.

Regards - OHM

===============
Hi,

I have the following problem: in a Windows Form, there are
4 groupboxes containing at most 12 controls each (label,
textboxes, custom controls, etc.). When I run the program
it will show everything normal but the border of one of
the groupboxes. This happened when I had to move one
groupbox on the top of this in design mode in order to
make some changes and, then, when I restored the original
position, it created this problem.

What do I have to do?

Thanks in advance,
ME-LDV

Best Regards - OHMBest Regards - OHM (e-mail address removed)
 
H

Herfried K. Wagner [MVP]

* "Miky said:
I have the following problem: in a Windows Form, there are
4 groupboxes containing at most 12 controls each (label,
textboxes, custom controls, etc.). When I run the program
it will show everything normal but the border of one of
the groupboxes. This happened when I had to move one
groupbox on the top of this in design mode in order to
make some changes and, then, when I restored the original
position, it created this problem.

Are you sure the controls are not overlapping and they are in the
correct z-order?
 
P

Peter Huang

Hi Miky,

Have you tried Herfried's suggestion?
Or
Can you make a small project which will reproduce the problem and send to
my mailbox by removing "online" from my email address?

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
C

Cor

Hi Miky,

Looking at Peters and Herfried answer, I think you can become confused by
the answer "Z" order, I have always to think on Zorro by that.

If you have not set to much properties, maybe you can correct your problem
by temporaly deleting and puting back a control (on his parent), or you can
change the sequence from the construction in your code in the part where the
designer has placed it. I never have problems with that when I am not
delete things of course and do it carefully.

Cor
 
C

Cor

Hi Miky,

I think I left some words out of this that can give my message a wrong idea.

Read it as
Looking at Peters and Herfried answer I think they have it right but I
think you can become confused by Z order

Cor
 
H

Herfried K. Wagner [MVP]

* "Cor said:
Looking at Peters and Herfried answer, I think you can become confused by
the answer "Z" order, I have always to think on Zorro by that.

;-)))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top