Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
QuestionMS Access, MS Word, custom app Pin
syba31-Jan-09 15:14
syba31-Jan-09 15:14 
AnswerRe: MS Access, MS Word, custom app Pin
Dave Kreskowiak31-Jan-09 16:26
mveDave Kreskowiak31-Jan-09 16:26 
AnswerRe: MS Access, MS Word, custom app Pin
Eddy Vluggen1-Feb-09 0:18
professionalEddy Vluggen1-Feb-09 0:18 
QuestionAdd transparent border around image to make it larger Pin
o m n i31-Jan-09 15:00
o m n i31-Jan-09 15:00 
AnswerRe: Add transparent border around image to make it larger Pin
Dave Kreskowiak31-Jan-09 16:26
mveDave Kreskowiak31-Jan-09 16:26 
GeneralRe: Add transparent border around image to make it larger Pin
o m n i31-Jan-09 16:48
o m n i31-Jan-09 16:48 
GeneralRe: Add transparent border around image to make it larger Pin
Guffa1-Feb-09 13:16
Guffa1-Feb-09 13:16 
QuestionEasiest method for form to change based on button clicked Pin
sarmedic31-Jan-09 12:06
sarmedic31-Jan-09 12:06 
AnswerRe: Easiest method for form to change based on button clicked Pin
Christian Graus31-Jan-09 12:48
protectorChristian Graus31-Jan-09 12:48 
Questionproblems writing a program Pin
mcmm31-Jan-09 11:16
mcmm31-Jan-09 11:16 
AnswerRe: problems writing a program Pin
Alan N31-Jan-09 12:21
Alan N31-Jan-09 12:21 
AnswerRe: problems writing a program Pin
Christian Graus31-Jan-09 13:12
protectorChristian Graus31-Jan-09 13:12 
QuestionMS_ACCESS combobox filling. Pin
ketan bader31-Jan-09 2:09
ketan bader31-Jan-09 2:09 
AnswerRe: MS_ACCESS combobox filling. Pin
Henry Minute31-Jan-09 3:22
Henry Minute31-Jan-09 3:22 

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.