A Adriano Jun 29, 2004 #1 hello, how to make a button to lay on the top of all controls in a form??? thx in advance, Adriano
R rawCoder Jun 29, 2004 #2 Hi Adriano, In the IDE , Right Click on the Button and select "Bring To Front" Hope this helps. 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] Jun 29, 2004 #3 * "Adriano said: how to make a button to lay on the top of all controls in a form??? Click to expand... 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).
* "Adriano said: how to make a button to lay on the top of all controls in a form??? Click to expand... 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).