Windows Develop Bookmark and Share   
 index > Windows Forms General > Vertical Line like in Installshield wizard
 

Vertical Line like in Installshield wizard

hi,

how can i divide the form like in the installshield wizard. Which windows forms control can i use for that.

Kind regards carson

Carsoni  Tuesday, June 20, 2006 8:50 AM

Hi,

If you are talking about the vertical line that come overs the wizard buttons you can do following...
Add a groupbox set its text property to empty and height to 3, it will look like the same as install shield line.
How ever its not a very good solution but it is.

Hope this help.

Mubshir Raza Ali  Tuesday, June 20, 2006 9:02 AM
Chris Vega  Tuesday, June 20, 2006 9:09 AM

Hi,

If you are talking about the vertical line that come overs the wizard buttons you can do following...
Add a groupbox set its text property to empty and height to 3, it will look like the same as install shield line.
How ever its not a very good solution but it is.

Hope this help.

Mubshir Raza Ali  Tuesday, June 20, 2006 9:02 AM
Chris Vega  Tuesday, June 20, 2006 9:09 AM

You can use google to search for other answers

Custom Search

More Threads

• Working with the Shell
• Webclient URL encoding
• wanting mouse coords from doubleClick event
• exception during axhost.dispose
• Winform app always crashing
• dynamic datatable
• BinaryReader.ReadString() and Streams
• Screen saver event
• PropertyDescriptor.GetValue() => Huh?
• Problem with MainMenu and Minimum Size of form