Click here to Skip to main content
15,886,871 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I am using Microsoft Visual Studio 2008. I have Created a C++/CLI program using the forms application. My questions is

Is there a tool that will create a LED indicator? I need to make about 6 indicators that show when something happens or is happening. Two of the indicators need to show multiple colors.

Any tool that will do this?

Thanks

-Mike
Posted

Why not use a PictureBox where you set an appropriately colored image to act as your indicator? You can add as many PictureBoxes as you need indicators then.
If you're advanced enough I'd even suggest to create a user control for your purpose.

Best Regards,

-MRB
 
Share this answer
 
Comments
Member 7796364 3-May-11 13:46pm    
This should work. not sure on adding a photo, when you add one does it save with you program in the final .exe
Manfred Rudolf Bihy 3-May-11 13:50pm    
You would have to persist the state of your indicators (file, registry, DBMS) so when the application is started again you can restore the indicators to their last settings.
There is a plethora of articles about[^] here at CodeProject.
 
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