Click here to Skip to main content
15,891,629 members
Home / Discussions / C#
   

C#

 
AnswerRe: Application hang-up in .net 2.0 windows forms Pin
Judah Gabriel Himango25-Oct-06 5:10
sponsorJudah Gabriel Himango25-Oct-06 5:10 
QuestionNeed to access string from HTMLRequest Pin
jarlath25-Oct-06 1:08
jarlath25-Oct-06 1:08 
AnswerRe: Need to access string from HTMLRequest Pin
J. Dunlap25-Oct-06 1:44
J. Dunlap25-Oct-06 1:44 
GeneralRe: Need to access string from HTMLRequest Pin
jarlath25-Oct-06 4:58
jarlath25-Oct-06 4:58 
GeneralRe: Need to access string from HTMLRequest Pin
Elina Blank25-Oct-06 6:23
sitebuilderElina Blank25-Oct-06 6:23 
Questionabout tokens Pin
keluo25-Oct-06 0:55
keluo25-Oct-06 0:55 
AnswerRe: about tokens Pin
Judah Gabriel Himango25-Oct-06 5:11
sponsorJudah Gabriel Himango25-Oct-06 5:11 
QuestionHow to check all the check boxes in a listview from the start. Pin
Support12325-Oct-06 0:34
Support12325-Oct-06 0:34 
Hi all,

I have added some items to a listview that has checkboxes, in the form's load method.

ListViewItem _selectionitem;<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM A");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM B");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM C");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM D");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM E");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM F");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM G");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM H");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM I");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM J");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM K");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM L");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM M");<br />
_selectionitem = listboxSelect_List.Items.Add("ITEM N");


I want to make all the checkboxes in the listview be checked but can't seem to get it right... i've been struggling for a while now.

If anyone knows how please let me know.

Thank you. (I'll keep trying and let you know if i get it right first)



"Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison

AnswerRe: How to check all the check boxes in a listview from the start. Pin
snorkie25-Oct-06 2:25
professionalsnorkie25-Oct-06 2:25 
AnswerRe: How to check all the check boxes in a listview from the start. Pin
Shy Agam25-Oct-06 2:31
Shy Agam25-Oct-06 2:31 
GeneralRe: How to check all the check boxes in a listview from the start. Pin
Support12325-Oct-06 2:39
Support12325-Oct-06 2:39 
QuestionChanging windows service account Pin
kulile25-Oct-06 0:32
kulile25-Oct-06 0:32 
Questiondrive formating for USB Stick (2nd try) Pin
Martin#25-Oct-06 0:15
Martin#25-Oct-06 0:15 
QuestionRe-implementing string object - Binding issues Pin
GottaseeMe24-Oct-06 23:47
GottaseeMe24-Oct-06 23:47 
QuestionCom Type VT_STREAM in .net 2.0 Pin
chris_do24-Oct-06 22:41
chris_do24-Oct-06 22:41 
Questionhowto: pass parameters to a webservice from browser address bar Pin
baajhan24-Oct-06 22:40
baajhan24-Oct-06 22:40 
AnswerRe: howto: pass parameters to a webservice from browser address bar Pin
chris_do24-Oct-06 23:45
chris_do24-Oct-06 23:45 
QuestionRe: howto: pass parameters to a webservice from browser address bar Pin
baajhan24-Oct-06 23:55
baajhan24-Oct-06 23:55 
AnswerRe: howto: pass parameters to a webservice from browser address bar Pin
chris_do25-Oct-06 0:11
chris_do25-Oct-06 0:11 
QuestionSerialization of a large dataset Pin
TeamWild24-Oct-06 22:40
TeamWild24-Oct-06 22:40 
AnswerRe: Serialization of a large dataset Pin
V.25-Oct-06 0:11
professionalV.25-Oct-06 0:11 
QuestionRandom numbers Pin
Jad Jadallah24-Oct-06 22:20
Jad Jadallah24-Oct-06 22:20 
AnswerRe: Random numbers Pin
quiteSmart24-Oct-06 22:40
quiteSmart24-Oct-06 22:40 
AnswerRe: Random numbers Pin
J4amieC24-Oct-06 22:41
J4amieC24-Oct-06 22:41 
AnswerRe: Random numbers Pin
V.25-Oct-06 0:08
professionalV.25-Oct-06 0: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.