Windows Develop Bookmark and Share   
 index > Windows Forms Designer > User Experience Challenges
 

User Experience Challenges

What are some of the technical and User Experience challenges in designing an interface that has to handle real-time, asynchronous updates?
Entry level  Friday, August 21, 2009 6:33 PM
Hi Entry level,

Based on my experience, System.Windows.Forms.Timer control is popularly used for update UI or do some special task for a regular period of time. I think you can use it to fetch data from database and update the UI once every 1 second for example. Could that meet your need?

Sincerely,
Kira Qian
Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Monday, August 24, 2009 9:59 AM
We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.
Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Friday, August 28, 2009 8:45 AM

You can use google to search for other answers

Custom Search

More Threads

• How to redraw user control's contest
• Problem with serialization of inner control
• Dymamic Toolbox
• How do I activate snaplines programatically?
• Open my local help.html file when selecting the component and press F1?
• scroll to a point/rectangle in a usercontrol programmatically in c#
• Is a seperate DLL required for Designer support
• DataGeidView Problem
• Valid a Custom Control Property at Design Timem, Please Help!!!!
• Can't access IO namespace (C#)