Click here to Skip to main content
15,916,318 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAdditional text into bound combobox. Pin
udikantz1-Feb-09 11:43
udikantz1-Feb-09 11:43 
AnswerRe: Additional text into bound combobox. Pin
Mycroft Holmes1-Feb-09 16:40
professionalMycroft Holmes1-Feb-09 16:40 
GeneralRe: Additional text into bound combobox. Pin
udikantz1-Feb-09 22:42
udikantz1-Feb-09 22:42 
GeneralRe: Additional text into bound combobox. Pin
Mycroft Holmes1-Feb-09 23:51
professionalMycroft Holmes1-Feb-09 23:51 
Questionhi Pin
keanue1-Feb-09 11:35
keanue1-Feb-09 11:35 
AnswerRe: hi Pin
Andy_L_J1-Feb-09 12:57
Andy_L_J1-Feb-09 12:57 
AnswerRe: hi Pin
Colin Angus Mackay1-Feb-09 12:57
Colin Angus Mackay1-Feb-09 12:57 
AnswerRe: hi Pin
N a v a n e e t h1-Feb-09 13:29
N a v a n e e t h1-Feb-09 13:29 
QuestionUI multithreading question Pin
Florin Iulian Anton1-Feb-09 11:33
Florin Iulian Anton1-Feb-09 11:33 
AnswerRe: UI multithreading question Pin
Guffa1-Feb-09 13:14
Guffa1-Feb-09 13:14 
AnswerRe: UI multithreading question Pin
Dave Kreskowiak1-Feb-09 17:48
mveDave Kreskowiak1-Feb-09 17:48 
AnswerRe: UI multithreading question Pin
supercat92-Feb-09 7:05
supercat92-Feb-09 7:05 
QuestionZed Graph problem Pin
TheComputerMan1-Feb-09 5:05
TheComputerMan1-Feb-09 5:05 
Questionschool admission algorithm Pin
Gideon W. Wananda31-Jan-09 22:37
Gideon W. Wananda31-Jan-09 22:37 
AnswerRe: school admission algorithm Pin
Christian Graus31-Jan-09 22:55
protectorChristian Graus31-Jan-09 22:55 
GeneralRe: school admission algorithm Pin
Gideon W. Wananda31-Jan-09 23:12
Gideon W. Wananda31-Jan-09 23:12 
GeneralRe: school admission algorithm Pin
Eddy Vluggen31-Jan-09 23:24
professionalEddy Vluggen31-Jan-09 23:24 
QuestionHow to search In a Structure ? Pin
Georg Kohler31-Jan-09 18:51
Georg Kohler31-Jan-09 18:51 
AnswerRe: How to search In a Structure ? Pin
Christian Graus31-Jan-09 22:11
protectorChristian Graus31-Jan-09 22:11 
GeneralRe: How to search In a Structure ? Pin
Georg Kohler1-Feb-09 15:10
Georg Kohler1-Feb-09 15:10 
GeneralRe: How to search In a Structure ? Pin
Christian Graus1-Feb-09 21:15
protectorChristian Graus1-Feb-09 21:15 
AnswerRe: How to search In a Structure ? Pin
Guffa2-Feb-09 1:22
Guffa2-Feb-09 1:22 
First of all, you should not use a structure for this, you should use a class. A structure should not be larger than 16 bytes, and you break this if you have more than four string references. Also structures are tricker than classes to implement correctly.

If you want a fast lookup for a field you can create a Dictionary with the field as key and the object as value.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionScreen undraws everything when trying to capture Program Manager Pin
o m n i31-Jan-09 17:28
o m n i31-Jan-09 17:28 
AnswerRe: Screen undraws everything when trying to capture Program Manager Pin
Colin Angus Mackay31-Jan-09 17:41
Colin Angus Mackay31-Jan-09 17:41 
GeneralRe: Screen undraws everything when trying to capture Program Manager Pin
o m n i31-Jan-09 17:51
o m n i31-Jan-09 17:51 

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.