combobox field

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • enrico via DotNetMonster.com

    #1

    combobox field

    how do i create such combobox that its fields are derived from a certain
    table of my database and every time you add a field on that table it
    automatically adds up also to my combobox?

    --
    Message posted via DotNetMonster.c om
    Best online pokies for real money in Australia and learn about safety and game mechanics in this comprehensive guide.


  • kimiraikkonen

    #2
    Re: combobox field

    On Mar 19, 3:49 am, "enrico via DotNetMonster.c om" <u41845@uwewrot e:
    how do i create such combobox that its fields are derived from a certain
    table of my database and every time you add a field on that table it
    automatically adds up also to my combobox?
    >
    --
    Message posted via DotNetMonster.c omhttp://www.dotnetmonst er.com/Uwe/Forums.aspx/dotnet-vb-net/200803/1
    I think:
    combobox1.items .addRange(<data source>)

    To make it automatic, put the code form's load event to synronize in
    every launch.

    Comment

    Working...