Create GUi Component

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

    #1

    Create GUi Component



    Hello,
    I to create Gui component which will allow me to show a list of items
    and to sort it by abc. Which one is the best?

    *** Sent via Developersdex http://www.developersdex.com ***
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Create GUi Component

    Well, the most obvious choices that come to mind is the ListView,
    ListBox, and DataGridView classes. Do these work for you?


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

    "csharpula csharp" <csharpula@yaho o.comwrote in message
    news:O7qQnfBMIH A.5208@TK2MSFTN GP04.phx.gbl...
    >
    >
    Hello,
    I to create Gui component which will allow me to show a list of items
    and to sort it by abc. Which one is the best?
    >
    *** Sent via Developersdex http://www.developersdex.com ***

    Comment

    Working...