> 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.comhttp://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-vb-net/200803/1
I think:
combobox1.items.addRange(<datasource>)
To make it automatic, put the code form's load event to synronize in
every launch.