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




Answer this question

Vertical Line like in Installshield wizard

  • Eric Y.

    You can use Label control too:
    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=66247&SiteID=1

    Regards,

    -chris

  • Mookey

    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.



  • Vertical Line like in Installshield wizard