Click here to Skip to main content
15,905,233 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Hide Checkbox in Checkbox VB Pin
shinay16-Dec-04 5:56
shinay16-Dec-04 5:56 
GeneralRe: Hide Checkbox in Checkbox VB Pin
Wjousts16-Dec-04 6:15
Wjousts16-Dec-04 6:15 
GeneralRe: Hide Checkbox in Checkbox VB Pin
shinay16-Dec-04 6:18
shinay16-Dec-04 6:18 
GeneralRe: Hide Checkbox in Checkbox VB Pin
shinay16-Dec-04 6:29
shinay16-Dec-04 6:29 
GeneralRe: Hide Checkbox in Checkbox VB Pin
Wjousts16-Dec-04 6:29
Wjousts16-Dec-04 6:29 
GeneralRe: Hide Checkbox in Checkbox VB Pin
shinay16-Dec-04 6:33
shinay16-Dec-04 6:33 
Generaldatabase help Pin
GaryKoh16-Dec-04 5:49
GaryKoh16-Dec-04 5:49 
GeneralBinding a combobox Pin
Wjousts16-Dec-04 5:29
Wjousts16-Dec-04 5:29 
Hi,

I'm trying to bind the text property of a combobox to a property of one of my objects that is accessed using an index but I can't quite find the right way to make it work. I tried this:

<br />
MyComboBox1.DataBindings.Add(New Binding("Text", Settings.Item(0), ""))<br />
MyComboBox2.DataBindings.Add(New Binding("Text", Settings.Item(1), ""))<br />
MyComboBox3.DataBindings.Add(New Binding("Text", Settings.Item(2), ""))<br />


Which will correctly read the value from the object, but for some reason it doesn't get written back? Any ideas?

Thanks

WJ
GeneralRe: Binding a combobox Pin
JWSantora118-Dec-04 16:30
JWSantora118-Dec-04 16:30 
QuestionEasy way of set scroll to bottom in richtext? Pin
carlos_rocha16-Dec-04 4:44
carlos_rocha16-Dec-04 4:44 
AnswerRe: Easy way of set scroll to bottom in richtext? Pin
Dave Kreskowiak16-Dec-04 4:51
mveDave Kreskowiak16-Dec-04 4:51 
GeneralRe: Easy way of set scroll to bottom in richtext? Pin
carlos_rocha16-Dec-04 23:10
carlos_rocha16-Dec-04 23:10 
GeneralRe: Easy way of set scroll to bottom in richtext? Pin
carlos_rocha16-Dec-04 23:51
carlos_rocha16-Dec-04 23:51 
Generalsearching a Date field in Access Pin
jlawren7716-Dec-04 4:10
jlawren7716-Dec-04 4:10 
GeneralRe: searching a Date field in Access Pin
Dave Kreskowiak16-Dec-04 4:45
mveDave Kreskowiak16-Dec-04 4:45 
GeneralRe: searching a Date field in Access Pin
jlawren7716-Dec-04 7:32
jlawren7716-Dec-04 7:32 
GeneralRe: searching a Date field in Access Pin
Dave Kreskowiak16-Dec-04 8:20
mveDave Kreskowiak16-Dec-04 8:20 
GeneralRe: searching a Date field in Access Pin
16-Dec-04 8:36
suss16-Dec-04 8:36 
GeneralRe: searching a Date field in Access Pin
16-Dec-04 8:54
suss16-Dec-04 8:54 
GeneralVery Urgent &quot;Please help&quot; Pin
syed saba16-Dec-04 2:09
syed saba16-Dec-04 2:09 
GeneralRe: Very Urgent "Please help" Pin
Tom John16-Dec-04 2:14
Tom John16-Dec-04 2:14 
GeneralRe: Very Urgent "Please help" Pin
syed saba16-Dec-04 2:21
syed saba16-Dec-04 2:21 
GeneralRe: Very Urgent &quot;Please help&quot; Pin
Tom John16-Dec-04 2:33
Tom John16-Dec-04 2:33 
GeneralRe: Very Urgent &quot;Please help&quot; Pin
syed saba16-Dec-04 2:46
syed saba16-Dec-04 2:46 
GeneralRe: Very Urgent &quot;Please help&quot; Pin
The Man from U.N.C.L.E.16-Dec-04 6:53
The Man from U.N.C.L.E.16-Dec-04 6:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.