Tabbed (Paged) dialog in C#

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

    Tabbed (Paged) dialog in C#

    Hi Everyone,

    I am going to quickly develop a C# application with the paged options dialog
    type. like
    Mozilla FireFox Options dialog box or
    Internet Explorer Tabbed option dialog or ...
    I have found a sample at http://www.differentpla.net/node/340 but the source
    code is not available.
    Does any one has or know the source code somewhere for this purpose.

    Thanks in advance,

    Kylie


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Tabbed (Paged) dialog in C#

    Kylie,

    The source isn't there for download, but it looks like you could copy
    and paste a great deal of it into your code.

    In reality, it looks like just a listbox with some icons in it which
    react to being selected (changing the contents on the right side when you
    select something on the left).

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Kylie" <nojunkmail@ple ase.com> wrote in message
    news:43cfafdd$0 $9138$afc38c87@ news.optusnet.c om.au...[color=blue]
    > Hi Everyone,
    >
    > I am going to quickly develop a C# application with the paged options
    > dialog type. like
    > Mozilla FireFox Options dialog box or
    > Internet Explorer Tabbed option dialog or ...
    > I have found a sample at http://www.differentpla.net/node/340 but the
    > source code is not available.
    > Does any one has or know the source code somewhere for this purpose.
    >
    > Thanks in advance,
    >
    > Kylie
    >
    >[/color]


    Comment

    • Kylie

      #3
      Re: Tabbed (Paged) dialog in C#

      Nicholas,

      Thanks for that, I am actually a C++ programmer but right now I need to
      quickly do this in C#. This is my first encounter with C# so it will take me
      some time to understand how to do that from what it says in
      http://www.differentpla.net/node/340 page.
      I need something very quick that can be compiled.

      Why source code is not there! while at the end of the page it says "Source
      code is here." !!!

      Kylie,


      "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote in
      message news:u4re52QHGH A.3144@TK2MSFTN GP10.phx.gbl...[color=blue]
      > Kylie,
      >
      > The source isn't there for download, but it looks like you could copy
      > and paste a great deal of it into your code.
      >
      > In reality, it looks like just a listbox with some icons in it which
      > react to being selected (changing the contents on the right side when you
      > select something on the left).
      >
      > Hope this helps.
      >
      >
      > --
      > - Nicholas Paldino [.NET/C# MVP]
      > - mvp@spam.guard. caspershouse.co m
      >
      > "Kylie" <nojunkmail@ple ase.com> wrote in message
      > news:43cfafdd$0 $9138$afc38c87@ news.optusnet.c om.au...[color=green]
      >> Hi Everyone,
      >>
      >> I am going to quickly develop a C# application with the paged options
      >> dialog type. like
      >> Mozilla FireFox Options dialog box or
      >> Internet Explorer Tabbed option dialog or ...
      >> I have found a sample at http://www.differentpla.net/node/340 but the
      >> source code is not available.
      >> Does any one has or know the source code somewhere for this purpose.
      >>
      >> Thanks in advance,
      >>
      >> Kylie
      >>
      >>[/color]
      >
      >[/color]


      Comment

      • Steve Barnett

        #4
        Re: Tabbed (Paged) dialog in C#

        There is a note on the home page saying that they recently moved server and
        some of the download links are broken. Don't know how long that's been
        there, but it's an explanation.

        Is this any good as an alternative?



        Steve



        "Kylie" <nojunkmail@ple ase.com> wrote in message
        news:43cfba27$0 $9291$afc38c87@ news.optusnet.c om.au...[color=blue]
        > Nicholas,
        >
        > Thanks for that, I am actually a C++ programmer but right now I need to
        > quickly do this in C#. This is my first encounter with C# so it will take
        > me some time to understand how to do that from what it says in
        > http://www.differentpla.net/node/340 page.
        > I need something very quick that can be compiled.
        >
        > Why source code is not there! while at the end of the page it says "Source
        > code is here." !!!
        >
        > Kylie,
        >
        >
        > "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote
        > in message news:u4re52QHGH A.3144@TK2MSFTN GP10.phx.gbl...[color=green]
        >> Kylie,
        >>
        >> The source isn't there for download, but it looks like you could copy
        >> and paste a great deal of it into your code.
        >>
        >> In reality, it looks like just a listbox with some icons in it which
        >> react to being selected (changing the contents on the right side when you
        >> select something on the left).
        >>
        >> Hope this helps.
        >>
        >>
        >> --
        >> - Nicholas Paldino [.NET/C# MVP]
        >> - mvp@spam.guard. caspershouse.co m
        >>
        >> "Kylie" <nojunkmail@ple ase.com> wrote in message
        >> news:43cfafdd$0 $9138$afc38c87@ news.optusnet.c om.au...[color=darkred]
        >>> Hi Everyone,
        >>>
        >>> I am going to quickly develop a C# application with the paged options
        >>> dialog type. like
        >>> Mozilla FireFox Options dialog box or
        >>> Internet Explorer Tabbed option dialog or ...
        >>> I have found a sample at http://www.differentpla.net/node/340 but the
        >>> source code is not available.
        >>> Does any one has or know the source code somewhere for this purpose.
        >>>
        >>> Thanks in advance,
        >>>
        >>> Kylie
        >>>
        >>>[/color]
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...