Hello!
I have an applciation using a lot of buttons that the user can re-arrange in any postion they want...
It is possible to overlap buttons.
I'm using the SendToBack and BringToFront to con...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21655169.html
Hi,
Have an app that minimizes to the tray, when you double click it I do this.
this.WindowState = System.Windows.Forms.FormWindowState.Normal;
this.BringToFront();
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21663767.html
Zones:
C#Date Answered: 12/13/2005 Rating: 9.2 Views: 8
VB6, how to BringToFront a MonthView control in program RUNTIME?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20162692.html
Zones:
Visual BasicDate Answered: 08/06/2001 Rating: 9.0 Views: 0
Hi Guys.
I have a form that is acting as a timer. You put in on minimize, and after a few minutes it should pop back up. I want it to come on top of everything you have open, and display a message...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20568076.html
I found that there are only two methods for arranging z-order of windows in Windows Forms. There are no more advanced ones that would make it easier to arrange controls on a form, especially regard...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_21230203.html
When a control's BringToFront method is called, "the control is moved to the front of the z-order. If the control is a child of another control, the child control is moved to the front of the z-ord...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21912857.html
Zones:
C#Date Answered: 07/09/2006 Rating: 9.8 Views: 0
Hi all,
I have a GUI that has a tabpage control on it. Currently it has 5 tabs. When I start the program, the first tab (tabQFE.tabpages(0)) is shown. However, if I add a tab to the end it no...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20499563.html
Zones:
.NETDate Answered: 02/06/2003 Rating: 7.4 Views: 0
Hi, I am passing the application instance to a DLL so it allows me to have the form as an MDI child. However the main application doesn't seem to know about the form within the DLL in its MDICh...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_21941798.h...
Zones:
C++ BuilderDate Answered: 09/03/2006 Rating: 8.4 Views: 0
My mainform has modal form! My app check single-instance only!
If the app already exists, new app try to bringtofront old app(already exists)!
bringtofront code is here:
function BringToSh...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22154241.html
I have a panel that displays only when a certain button is clicked. While the panel is hidden, there are a couple of text boxes and labels that display. The textboxes and labels sit on top of the...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22483192.html