combobox field
Collapse
This topic is closed.
X
X
-
enrico via DotNetMonster.comTags: None -
kimiraikkonen
Re: combobox field
On Mar 19, 3:49 am, "enrico via DotNetMonster.c om" <u41845@uwewrot e:I think: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
combobox1.items .addRange(<data source>)
To make it automatic, put the code form's load event to synronize in
every launch.
Comment