MSComm events and progress bar in windows application
C#
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hi In my C# windows application (VS2005), I am using MsComm for serial port communication. In button Click Event i ll Send the data's to the serial port... i want to show the data progress in ProgressBar control. Please guide me.... Thanks in advance
You can think of some splash screen as shown in these examples - 1. MSDN Blogs[^] 2. .NET Splash Screen Component[^] You can find plenty of examples in Google as well. But be careful about handling with threads. :)
Regards, Arindam Sinha MyBlog - http://arindamsinha.wordpress.com/ Please give your feedback on this answer.