Click here to Skip to main content
15,918,003 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Binding a combobox Pin
JWSantora118-Dec-04 16:30
JWSantora118-Dec-04 16:30 
Just a guess, but maybe the item you're binding TO is not allowed to be indexed. Here's a convoluted hack we have to use to get around the NULL problem with binding combos (but that's another story).
1) create an offscreen textbox (note that it can't be an on-screen textbox with the Visible property set to false (Yes, that's another story too).
2) have your object keep that textbox popuplated
3) then bind your combo to the text property of the offscreen textbox.
In your example, you'll need three offscreen textboxes.
Good Luck
john

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 "Please help" 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 "Please help" Pin
Tom John16-Dec-04 2:33
Tom John16-Dec-04 2:33 
GeneralRe: Very Urgent "Please help" Pin
syed saba16-Dec-04 2:46
syed saba16-Dec-04 2:46 
GeneralRe: Very Urgent "Please help" 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 
GeneralCreating an new form with race results Pin
harrysk16-Dec-04 0:26
harrysk16-Dec-04 0:26 
GeneralRe: Creating an new form with race results Pin
Tom John16-Dec-04 1:54
Tom John16-Dec-04 1:54 
GeneralRe: Creating an new form with race results Pin
Dave Kreskowiak16-Dec-04 3:37
mveDave Kreskowiak16-Dec-04 3:37 
GeneralRe: Creating an new form with race results Pin
The Man from U.N.C.L.E.16-Dec-04 6:57
The Man from U.N.C.L.E.16-Dec-04 6:57 
GeneralRe: Creating an new form with race results Pin
m_hussein4-Jan-05 21:33
m_hussein4-Jan-05 21:33 
Generalminor problems with application Pin
harrysk16-Dec-04 0:22
harrysk16-Dec-04 0:22 
GeneralRe: minor problems with application Pin
Tom John16-Dec-04 1:56
Tom John16-Dec-04 1:56 
QuestionHow to list installed device drivers using VB6? Pin
pagemastah16-Dec-04 0:21
pagemastah16-Dec-04 0:21 

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.