PC Review


Reply
Thread Tools Rate Thread

Checked List Box

 
 
Michael Hesse
Guest
Posts: n/a
 
      21st May 2004
Hi,

Is there a way to set the value of an item in a checked list box to checked
from my program?

Thanks for any help.

Michael


 
Reply With Quote
 
 
 
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      21st May 2004
* "Michael Hesse" <(E-Mail Removed)> scripsit:
> Is there a way to set the value of an item in a checked list box to checked
> from my program?


\\\
Me.CheckedListBox1.SetItemChecked(10, True)
///

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
 
Reply With Quote
 
Frank Eller [MVP]
Guest
Posts: n/a
 
      21st May 2004
Hi Michael,

> Is there a way to set the value of an item in a checked list box to
> checked from my program?


=========

checkedListBox1.SetItemChecked( index );

=========

Regards,

Frank Eller
www.frankeller.de


 
Reply With Quote
 
Michael Hesse
Guest
Posts: n/a
 
      21st May 2004
I'm glad it's that simple, but I couldn't find it document.

Thanks so much.

Michael
"Frank Eller [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi Michael,
>
> > Is there a way to set the value of an item in a checked list box to
> > checked from my program?

>
> =========
>
> checkedListBox1.SetItemChecked( index );
>
> =========
>
> Regards,
>
> Frank Eller
> www.frankeller.de
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Checked List Box Help Rob Microsoft VB .NET 3 12th Jul 2006 04:50 PM
Checked List Box Stephan Zaubzer Microsoft C# .NET 3 16th Jan 2006 03:12 PM
checked list box Hrvoje Voda Microsoft C# .NET 3 19th May 2005 05:03 PM
list box checked Hrvoje Voda Microsoft C# .NET 2 12th Apr 2005 03:09 PM
Checked List box Carlos Magalhaes Microsoft VB .NET 1 19th Nov 2003 03:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:13 PM.