Re: CheckedListBox Question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Armin Zingler (az.nospam_at_freenet.de)
Date: 04/07/04


Date: Thu, 8 Apr 2004 00:45:15 +0200


"Derek Martin" <dmj2195@DONTSPAMMEokstate.edu> schrieb
> Thanks for teh reply...Okay, so how can I add the object itself to
> the checkedlistbox?

CheckedListBox1.Items.Add(result(j))

The listbox displays the result of the object's ToString function.

-- 
Armin
How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html


Relevant Pages

  • Re: Disable single listbox item
    ... I have an application form that builds a list of checkboxes from data ... gray and the background of the item in window color and other items in a ... My understanding on a disabled item in a ListBox is that the item can not ... CheckedListBox used to disable a single item in it. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • RE: How can I get horizontal scroll bar with owner draw ListBox
    ... You may need to actually set the horizontal text extent for the listbox. ... MSDN has some sample code showing how to use ... that needed more horizontal space than available in teh list box and teh ... create a scroll box under teh list box and handle the messages yourself. ...
    (microsoft.public.win32.programmer.tools)
  • Re: check disabled
    ... If you're referring to a checkedListBox than set the SelectionMode property ... > How to disable changing a value of items in listbox? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: check disabled
    ... If you're referring to a checkedListBox than set the SelectionMode property ... > How to disable changing a value of items in listbox? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Disable single listbox item
    ... I have an application form that builds a list of checkboxes from data pulled ... gray and the background of the item in window color and other items in a ... My understanding on a disabled item in a ListBox is that the item can not ... CheckedListBox used to disable a single item in it. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)