Click here to Skip to main content
15,894,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: CSV to Datagridview Pin
Richard MacCutchan27-Jan-18 20:56
mveRichard MacCutchan27-Jan-18 20:56 
QuestionCompiler does not see reference to control. Closed Pin
mo149226-Jan-18 5:45
mo149226-Jan-18 5:45 
QuestionAdding two numbers together? Pin
MallardsReach25-Jan-18 23:34
MallardsReach25-Jan-18 23:34 
AnswerRe: Adding two numbers together? Pin
Ralf Meier26-Jan-18 0:19
mveRalf Meier26-Jan-18 0:19 
SuggestionRe: Adding two numbers together? Pin
Richard Deeming26-Jan-18 2:40
mveRichard Deeming26-Jan-18 2:40 
GeneralRe: Adding two numbers together? Pin
Ralf Meier26-Jan-18 6:53
mveRalf Meier26-Jan-18 6:53 
GeneralRe: Adding two numbers together? Pin
MallardsReach26-Jan-18 5:57
MallardsReach26-Jan-18 5:57 
AnswerRe: Adding two numbers together? Pin
Dave Kreskowiak26-Jan-18 4:43
mveDave Kreskowiak26-Jan-18 4:43 
This is the kind of problem you get when using controls to store your game state.

DON'T DO THAT! Controls are there to SHOW and EDIT your data, not to hold it for you.

Maintain your values (state) in a class, or other appropriate storage, such as a structure, designed for the purpose. The controls can then get their values from the game state storage. Doing this also frees you from parsing or casting data back and forth.

GeneralRe: Adding two numbers together? Pin
MallardsReach26-Jan-18 5:59
MallardsReach26-Jan-18 5:59 
GeneralRe: Adding two numbers together? Pin
MallardsReach26-Jan-18 6:37
MallardsReach26-Jan-18 6:37 
GeneralRe: Adding two numbers together? Pin
Eddy Vluggen26-Jan-18 8:04
professionalEddy Vluggen26-Jan-18 8:04 
GeneralRe: Adding two numbers together? Pin
MallardsReach26-Jan-18 8:45
MallardsReach26-Jan-18 8:45 
GeneralRe: Adding two numbers together? Pin
Eddy Vluggen26-Jan-18 9:40
professionalEddy Vluggen26-Jan-18 9:40 
GeneralRe: Adding two numbers together? Pin
MallardsReach26-Jan-18 10:07
MallardsReach26-Jan-18 10:07 
GeneralRe: Adding two numbers together? Pin
Eddy Vluggen26-Jan-18 11:27
professionalEddy Vluggen26-Jan-18 11:27 
QuestionMaking software, that counts your fold count in a row (PokerStars). Pin
Krišjānis Strods22-Jan-18 15:05
Krišjānis Strods22-Jan-18 15:05 
QuestionInstalling mysql silently and configure mysql using Pin
Osioghole Clifford19-Jan-18 16:23
Osioghole Clifford19-Jan-18 16:23 
GeneralRe: Installing mysql silently and configure mysql using Pin
PIEBALDconsult19-Jan-18 16:49
mvePIEBALDconsult19-Jan-18 16:49 
Questionhow can i create a vb project to glow the light of logic gate output? Pin
Member 1362988617-Jan-18 23:14
Member 1362988617-Jan-18 23:14 
AnswerRe: how can i create a vb project to glow the light of logic gate output? Pin
Richard MacCutchan17-Jan-18 23:34
mveRichard MacCutchan17-Jan-18 23:34 
QuestionHow to reference MS Access 2016 for use with DoCmd, etc. Pin
Johan Hakkesteegt12-Jan-18 3:20
Johan Hakkesteegt12-Jan-18 3:20 
AnswerRe: How to reference MS Access 2016 for use with DoCmd, etc. Pin
Richard Deeming12-Jan-18 3:38
mveRichard Deeming12-Jan-18 3:38 
GeneralRe: How to reference MS Access 2016 for use with DoCmd, etc. Pin
Johan Hakkesteegt14-Jan-18 20:20
Johan Hakkesteegt14-Jan-18 20:20 
GeneralRe: How to reference MS Access 2016 for use with DoCmd, etc. Pin
Richard Deeming15-Jan-18 7:50
mveRichard Deeming15-Jan-18 7:50 
GeneralRe: How to reference MS Access 2016 for use with DoCmd, etc. Pin
Johan Hakkesteegt15-Jan-18 20:08
Johan Hakkesteegt15-Jan-18 20:08 

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.