Click here to Skip to main content
15,908,906 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHelp needed for datatable printing in vb.net? Pin
TC2813-Nov-06 23:06
TC2813-Nov-06 23:06 
AnswerRe: Help needed for datatable printing in vb.net? [modified] Pin
Duncan Edwards Jones14-Nov-06 1:27
professionalDuncan Edwards Jones14-Nov-06 1:27 
GeneralRe: Help needed for datatable printing in vb.net? Pin
PlayByTheRules14-Nov-06 4:22
PlayByTheRules14-Nov-06 4:22 
AnswerRe: Help needed for datatable printing in vb.net? Pin
PlayByTheRules14-Nov-06 4:23
PlayByTheRules14-Nov-06 4:23 
Questioncolor Fill Pin
charchabil0313-Nov-06 22:42
charchabil0313-Nov-06 22:42 
AnswerRe: color Fill Pin
J4amieC14-Nov-06 0:42
J4amieC14-Nov-06 0:42 
QuestioncheckListBox.clearSelected() not work Pin
steve_rm13-Nov-06 21:44
steve_rm13-Nov-06 21:44 
AnswerRe: checkListBox.clearSelected() not work Pin
Yona Low14-Nov-06 7:14
Yona Low14-Nov-06 7:14 
ClearSelected just clears the selected status, not the CHECKED status.

A solution to your problem might be

Me.CheckedListBox1.SetItemChecked(0, False) 'Or True

Or to negate an item to its opposite value

Me.CheckedListBox1.SetItemChecked(0, Not Me.CheckedListBox1.GetItemChecked(0))

Optionally you can use the CheckedItems Collection to work with all Checked items
QuestionPlease help (Datagrid) Pin
minniemooo13-Nov-06 21:23
minniemooo13-Nov-06 21:23 
GeneralRe: Please help (Datagrid) Pin
Tamimi - Code13-Nov-06 21:47
Tamimi - Code13-Nov-06 21:47 
GeneralRe: Please help (Datagrid) Pin

MmM.net</

13-Nov-06 22:09

MmM.net</

13-Nov-06 22:09 
GeneralRe: Please help (Datagrid) Pin
Tamimi - Code13-Nov-06 22:17
Tamimi - Code13-Nov-06 22:17 
GeneralRe: Please help (Datagrid) Pin

MmM.net</

13-Nov-06 22:22

MmM.net</

13-Nov-06 22:22 
GeneralRe: Please help (Datagrid) Pin
J4amieC13-Nov-06 23:37
J4amieC13-Nov-06 23:37 
AnswerRe: Please help (Datagrid) Pin
Christian Graus13-Nov-06 21:48
protectorChristian Graus13-Nov-06 21:48 
QuestionRequired info abt powerpoint interop assembly Pin
MAP Tiger13-Nov-06 21:13
MAP Tiger13-Nov-06 21:13 
QuestionOLAP Data Provider Pin
aransiola13-Nov-06 20:53
aransiola13-Nov-06 20:53 
QuestionButton View Status Pin
Subjugate13-Nov-06 20:50
Subjugate13-Nov-06 20:50 
AnswerRe: Button View Status Pin
Christian Graus13-Nov-06 21:12
protectorChristian Graus13-Nov-06 21:12 
GeneralRe: Button View Status Pin
Subjugate13-Nov-06 21:23
Subjugate13-Nov-06 21:23 
GeneralRe: Button View Status Pin
Christian Graus13-Nov-06 21:28
protectorChristian Graus13-Nov-06 21:28 
GeneralRe: Button View Status Pin
Subjugate13-Nov-06 21:44
Subjugate13-Nov-06 21:44 
GeneralRe: Button View Status Pin
Christian Graus13-Nov-06 21:47
protectorChristian Graus13-Nov-06 21:47 
GeneralRe: Button View Status Pin
Subjugate13-Nov-06 21:51
Subjugate13-Nov-06 21:51 
GeneralRe: Button View Status Pin
Christian Graus13-Nov-06 22:10
protectorChristian Graus13-Nov-06 22:10 

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.