Windows Develop Bookmark and Share   
 index > Windows Forms General > Keep Form2 on top of Form1
 

Keep Form2 on top of Form1

Hi there i have a small form that gives instruction on how to use the application , i would like to have this form floating on top of form1,

i tryed the Form2.BringtoFront but it didnt work


thanks
deti  Friday, September 18, 2009 2:15 PM

Set the border style to SizableToolWindow or FixedToolWindow. You might want to set the TopMost propertyto true as well.


Geert van Horrik - CatenaLogic
Visit my blog: http://blog.catenalogic.com

Looking for a way to deploy your updates to all your clients? Try Updater!
  • Marked As Answer bydeti Friday, September 18, 2009 3:56 PM
  •  
Geert van Horrik  Friday, September 18, 2009 2:24 PM

Set the border style to SizableToolWindow or FixedToolWindow. You might want to set the TopMost propertyto true as well.


Geert van Horrik - CatenaLogic
Visit my blog: http://blog.catenalogic.com

Looking for a way to deploy your updates to all your clients? Try Updater!
  • Marked As Answer bydeti Friday, September 18, 2009 3:56 PM
  •  
Geert van Horrik  Friday, September 18, 2009 2:24 PM
thanks
deti  Friday, September 18, 2009 3:57 PM

You can use google to search for other answers

Custom Search

More Threads

• Implementing Exception handling in Winforms through Enterprise library 3.0
• Using Windows Image Acquistion in winforms (working) and then as a activex control (not working)
• Client Server Chat application using Winforms
• Storing data
• Question about relation between eventhandler and virtual/overriden method.
• Create Screensaver using Windows Application ASP.NET 2.0 with C#
• passing values across forms
• IE Favorites
• DataGridView Problem
• event to handle form selected from taskbar