Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,

Does anyone knows the coding for the GUI of a detection system using C#?
The problem is:
What is the coding for auto tick check box when the USB received data? or auto change color of a picture when the USB received data?
auto click or auto change mean it does not need to click on any button and will do automatically when USB received data.
Thanks for your professional advice.

steven
Posted
Comments
Henry Minute 15-Oct-10 10:31am    
Anything that you want to do with a USB device is going to be complicated, since MS did not see fit to implement any classes dealing with them directly. Some examples treat them as serial ports, others require an API from the manufacturer of the device. If the device you intend to use does not have an API then the best that you are going to get is to use a search engine and search on something like 'detect usb data' or 'read usb data'. Then you'll have to work your way through the hits you get until you find something that you can at least partly understand.
A forum like this is not suitable for an in-depth discussion.

Good luck.

1 solution

Take a look at this[^]. It should give you a start.
 
Share this answer
 
Comments
stevenkz 15-Oct-10 10:16am    
Thanks Henry. But it seems to be abit complicated.
Can I have more details on the auto upload data and trigger coding?

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