ComboBox in Datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dsengottuvelu
    New Member
    • Nov 2006
    • 1

    #1

    ComboBox in Datagrid

    Hi guys,

    i have Datagrid in VB 6.0, i need to add combobox in Datagrid and fill the combobox values from the database .Can u give any example or websites.

    Urgent

    Thanks & Regards
    Velu
  • albertw
    Contributor
    • Oct 2006
    • 267

    #2
    Originally posted by dsengottuvelu
    Hi guys,

    i have Datagrid in VB 6.0, i need to add combobox in Datagrid and fill the combobox values from the database .Can u give any example or websites.

    Urgent

    Thanks & Regards
    Velu

    hi

    easiest method is to put a combobox somewhere over your datagrid
    (move in run-time for exact location)
    then fill the combo with items from your database.

    Comment

    • WhiteShore
      New Member
      • Nov 2007
      • 44

      #3
      Originally posted by albertw
      hi

      easiest method is to put a combobox somewhere over your datagrid
      (move in run-time for exact location)
      then fill the combo with items from your database.
      Hi there..
      may i ask what about if i want to display "Name" from database by using combo box in VB6 and then show the "Address" (where the name is $name) in datagrid?
      thank you...

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Anyone who asks for code ,must post the code that s/he has tried so far.

        Comment

        Working...