44165 Users read it.

C# WebCam Windows Service
by Dan Glass (May 9, 2003)

I got tired looking for an app to write a snap shot from my camera to disk that was free, no adware and no advertising on the image. I found a guy who wrapped the DirectX Library in C# - WHAT A CHAMP! Here's a link to him. Anyway, he has a full library called DShowNET and I call into that, made a Windows service that always runs when your pc is on. I added a full FTP library that extended from Jaimon Mathew.
Read more
25169 Users read it.

Accessing text of items in CheckedListBox
by shrimant patel (April 25, 2003)

Microsoft recomends to use the code below to access the text associated with individual items of a CHECKEDLISTBOX control:

String s = checkedListBox1.Items[0].ToString()

" UNFORTUNATELY IT NEVER WORKS" it just returns "System.Data.DataRowView".

So my workaround was to trap the TEXT associated with the individual Checklists within a  CHECKEDLISTBOX  when ever the user makes any changes to the CHECKEDLISTBOX using the

SelectedValue and the

SelectedIndexChanged event and storing them in an array

Read more
Follow us on twitter Subscribe to our RSS feed
Activate your free membership today | Login | Currency