Click here to Skip to main content
15,915,093 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to Pin
drcabr3-Nov-05 12:45
drcabr3-Nov-05 12:45 
AnswerRe: how to Pin
Christian Graus3-Nov-05 13:36
protectorChristian Graus3-Nov-05 13:36 
QuestionRETRIEVING REGISTRY VALUES w/ Spaces Pin
kjmorford3-Nov-05 9:15
kjmorford3-Nov-05 9:15 
AnswerRe: RETRIEVING REGISTRY VALUES w/ Spaces Pin
Dave Kreskowiak3-Nov-05 9:59
mveDave Kreskowiak3-Nov-05 9:59 
GeneralRe: RETRIEVING REGISTRY VALUES w/ Spaces Pin
kjmorford3-Nov-05 10:41
kjmorford3-Nov-05 10:41 
GeneralRe: RETRIEVING REGISTRY VALUES w/ Spaces Pin
kjmorford3-Nov-05 11:50
kjmorford3-Nov-05 11:50 
GeneralRe: RETRIEVING REGISTRY VALUES w/ Spaces Pin
kjmorford3-Nov-05 12:22
kjmorford3-Nov-05 12:22 
QuestionDynamic setting of Checkbox on load Pin
mitli3-Nov-05 6:59
mitli3-Nov-05 6:59 
Hello,

I have a set of checkboxes created on a windows form. The state of these need to dynamically set when the form is loading depending on the data coming from the database.

I have tried to use the checkbox.checked and checkbox.CheckState to set the state of the checkboxes, but the state doesnt seem to be remembered. Code as below:

<br />
<br />
ElseIf shelterV.Equals("Quiet South Shelter") Then<br />
          selectedShelters.Text = selectedShelters.Text & "Quiet Shouth Shelter" & vbCrLf<br />
          log.Message = selectedShelters.Text<br />
          log.Category = "Trace"<br />
          Logger.Write(log)<br />
          QSChkBx.Checked = True<br />
          QSChkBx.CheckState = CheckState.Checked<br />




Can anyone please tell me how to set these?

Thanks
AnswerRe: Dynamic setting of Checkbox on load Pin
Christian Graus3-Nov-05 11:04
protectorChristian Graus3-Nov-05 11:04 
AnswerRe: Dynamic setting of Checkbox on load Pin
Steve Pullan3-Nov-05 12:11
Steve Pullan3-Nov-05 12:11 
GeneralRe: Dynamic setting of Checkbox on load Pin
Steve Pullan3-Nov-05 12:21
Steve Pullan3-Nov-05 12:21 
QuestionPlease Wait.... Pin
ljc3993-Nov-05 6:03
ljc3993-Nov-05 6:03 
QuestionFinding the size of a string Pin
Mark063-Nov-05 5:59
Mark063-Nov-05 5:59 
AnswerRe: Finding the size of a string Pin
Joshua Quick3-Nov-05 7:16
Joshua Quick3-Nov-05 7:16 
GeneralRe: Finding the size of a string Pin
Mark063-Nov-05 7:57
Mark063-Nov-05 7:57 
QuestionCrystal Report subform issue Pin
amber_BC3-Nov-05 4:58
amber_BC3-Nov-05 4:58 
QuestionSetting Break Point Pin
CallyCat3-Nov-05 2:33
CallyCat3-Nov-05 2:33 
AnswerRe: Setting Break Point Pin
Christian Graus3-Nov-05 11:02
protectorChristian Graus3-Nov-05 11:02 
QuestionHow to repaint a form? Pin
NewBieBie3-Nov-05 0:10
NewBieBie3-Nov-05 0:10 
AnswerRe: How to repaint a form? Pin
Robert Rohde3-Nov-05 1:11
Robert Rohde3-Nov-05 1:11 
QuestionCrystal Report problem Pin
aseef2-Nov-05 19:23
aseef2-Nov-05 19:23 
QuestionCrystal Report Pin
aseef2-Nov-05 19:23
aseef2-Nov-05 19:23 
QuestionClassified Advertising Software Pin
Rmass2-Nov-05 13:46
Rmass2-Nov-05 13:46 
AnswerRe: Classified Advertising Software Pin
Christian Graus2-Nov-05 14:45
protectorChristian Graus2-Nov-05 14:45 
QuestionRe: Classified Advertising Software Pin
Rmass2-Nov-05 23:49
Rmass2-Nov-05 23:49 

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.