Enter Keywords:
1 - 10 of 13(0.001 seconds)
Sort By:
 
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...
Zones: Delphi ProgrammingDate Answered: 12/07/2005 Rating: 9.4 Views: 0
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(); ...
Zones: C#Date Answered: 12/13/2005 Rating: 9.2 Views: 8
VB6, how to BringToFront a MonthView control in program RUNTIME?
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...
Zones: Delphi ProgrammingDate Answered: 09/10/2003 Rating: 7.0 Views: 0
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...
Zones: Windows ProgrammingDate Answered: 12/06/2004 Rating: 8.8 Views: 4
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...
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...
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...
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...
Zones: Delphi ProgrammingDate Answered: 02/11/2007 Rating: 9.0 Views: 0
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...
Zones: .NET, C#, .NET Framework 2.xDate Answered: 03/30/2007 Rating: 9.6 Views: 0