Which control to use?

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

    Which control to use?

    Hi

    I need a layout like this http://www.infovis.biz/listview.jpg which is an MS
    Access list box. Which control in vs2008 allows me to do this? The list is
    being filled from an underlying table.

    I would appreciate a code example if possible.

    Many Thanks

    Regards


  • kimiraikkonen

    #2
    Re: Which control to use?

    On Mar 16, 6:48 pm, "John" <i...@nospam.in fovis.co.ukwrot e:
    Hi
    >
    I need a layout like thishttp://www.infovis.biz/listview.jpgwhi ch is an MS
    Access list box. Which control in vs2008 allows me to do this? The list is
    being filled from an underlying table.
    >
    I would appreciate a code example if possible.
    >
    Many Thanks
    >
    Regards
    Look at DataGridView control for database.

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Which control to use?

      "John" <info@nospam.in fovis.co.ukschr ieb:
      I need a layout like this http://www.infovis.biz/listview.jpg which is an
      MS Access list box. Which control in vs2008 allows me to do this? The list
      is being filled from an underlying table.
      DataGridView or maybe ListView in Windows Forms, ListView in WPF.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      • Ravi Bhavnani

        #4
        Re: Which control to use?

        Looks like a vanilla ListView to me.

        /ravi

        ----------------------------------
        "John" <info@nospam.in fovis.co.ukwrot e in message
        news:%23jDmPW4h IHA.4844@TK2MSF TNGP06.phx.gbl. ..
        Hi
        >
        I need a layout like this http://www.infovis.biz/listview.jpg which is an
        MS Access list box. Which control in vs2008 allows me to do this? The list
        is being filled from an underlying table.
        >
        I would appreciate a code example if possible.
        >
        Many Thanks
        >
        Regards
        >

        Comment

        Working...