Search results for query: *

  1. L

    Can a group box (or panel) with radio buttons be data bind?

    Hi Cjard, Thanks for your tips... I'll try listbox or combobox instead. Larry
  2. L

    Can a group box (or panel) with radio buttons be data bind?

    I have an 'integer' data field "ColorCode" in a table "Colors". Its values are limited to the following (not necessary consecutive): 11 - Red 22 - Blue 33 - Yellow 44 - Green Can I do the following? 1. Create a group box (or panel) 2. Create four radio buttons for the colors 3. Bind the group...
  3. L

    Problem with “data bound ComboBox” with “Visual Basic 2005”

    Dear Cjard, "You probably forgot to remove the binding from the .Text property." Thanks... Unbinding .Text property solved the problem... It was automatically bound when I dragged from Data Sources into the form. Larry
  4. L

    Problem with “data bound ComboBox” with “Visual Basic 2005”

    (I'm not sure if this is the right forum) It seems that there is a problem with “data bound ComboBox” with “Visual Basic 2005” Please try this… (I used SQL 2005 Express for database.) Create a new Windows Application. Add a new database named “ComputerUsers.mdf” In the DataSource...
Back
Top