Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all,

i need to set an item read only in a checked list box
pro-grammatically.

how to do it.............


thanks in advance......
Posted
Comments
radix3 14-Jun-10 5:49am    
what have u tried till now?

1 solution

A search here on CP gave me at least two possible solutions:

A listbox with disabled items[^]

ListBox with Disableable Items[^]

They are in C#, but as I frequently mention, you will be able to use the code in VB as well, just compile the control into a dll and reference it from your VB project.

Good luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900