Controls Layout

A

Adriano

hello,

how to make a button to lay on the top of all controls in a form???

thx in advance,
Adriano
 
R

rawCoder

Hi Adriano,

In the IDE , Right Click on the Button and select "Bring To Front"

Hope this helps.
rawCoder
 
H

Herfried K. Wagner [MVP]

* "Adriano said:
how to make a button to lay on the top of all controls in a form???

Place it on top of all controls?

Or are you referring to the Z-order? Then select the control and choose
"Bring to Front" from its contextmenu (or call the control's
'BringToFront' method at runtime).
 

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

Similar Threads

Threading 4
Load html (Newbie) 4
Sockets and Byte Array 1
Setting startup form (newbie) 4
Sending mail 4
Hover delay 5
Drawing vertical string 3
[Newb] Closing child MDI 2

Top