Creating wizards in C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ashutosh Bhawasinka

    Creating wizards in C#

    Hi,
    Is there way in C# to make/create a wizard of forms (or property tabs if
    view changes) like it's done in Visual C++ using Property sheets &
    Property pages??

    The only way I can think of something similar is to place the controls
    on a user control and then place it on the form when required. Is there
    any better way to do this?

    I need the same level of control/flexibility as it's there in Visual C++ :)

    Regards,
    Ashutosh
  • Carl Daniel [VC++ MVP]

    #2
    Re: Creating wizards in C#

    Ashutosh Bhawasinka wrote:
    Hi,
    Is there way in C# to make/create a wizard of forms (or property tabs
    if view changes) like it's done in Visual C++ using Property sheets &
    Property pages??
    >
    The only way I can think of something similar is to place the controls
    on a user control and then place it on the form when required. Is
    there any better way to do this?
    >
    I need the same level of control/flexibility as it's there in Visual
    C++ :)
    For some reason the Winforms Tab Control doesn't do what you're after?



    -cd


    Comment

    • Sylfelin

      #3
      Re: Creating wizards in C#

      Ashutosh Bhawasinka a écrit :
      Hi,
      Is there way in C# to make/create a wizard of forms (or property tabs if view
      changes) like it's done in Visual C++ using Property sheets & Property
      pages??
      >
      The only way I can think of something similar is to place the controls on a
      user control and then place it on the form when required. Is there any better
      way to do this?
      >
      I need the same level of control/flexibility as it's there in Visual C++ :)
      >
      Regards,
      Ashutosh




      --

      --------------------------
      Merci
      Sylfelin


      Comment

      • clintonG

        #4
        Re: Creating wizards in C#

        I wonder how tough it will be to create WPF wizards using those documents as
        prototypes?


        "Sylfelin" <sylfelin_EN_TR OP_@cegetel.net wrote in message
        news:mn.92467d8 55555087b.60937 @cegetel.net...
        Ashutosh Bhawasinka a écrit :
        >Hi,
        >Is there way in C# to make/create a wizard of forms (or property tabs if
        >view changes) like it's done in Visual C++ using Property sheets &
        >Property pages??
        >>
        >The only way I can think of something similar is to place the controls on
        >a user control and then place it on the form when required. Is there any
        >better way to do this?
        >>
        >I need the same level of control/flexibility as it's there in Visual C++
        >:)
        >>
        >Regards,
        >Ashutosh
        >



        >
        --
        >
        --------------------------
        Merci
        Sylfelin
        >
        >

        Comment

        Working...