Windows Develop Bookmark and Share   
 index > Windows Forms General > C# Windows form screenpop Visible and BringToFront
 

C# Windows form screenpop Visible and BringToFront

Hello everyone,

I'm working on an application which used to do screenpop while receiving any live event from a server. I'm using several panels as screen interface within a single windows form. The screepop is working but sometimes it's not triggering the screenpop while an event has been received.
I'm using the panel Visible and BringToFront properties to do the screenpop. Sometimes when an event has been received, there's some delays of the screenpop too.
May I know is there any other way or the best way to do screenpop smoothly?
Anyone has idea on this? Thank you.

Kind regards,
Eric

Eric820401  Monday, December 18, 2006 3:51 AM
You'd normally get networking packets on a thread. Are you "screen popping" on that thread? If yes, use Control.Invoke(). If no, show us some code.
nobugz  Monday, December 18, 2006 12:35 PM
You'd normally get networking packets on a thread. Are you "screen popping" on that thread? If yes, use Control.Invoke(). If no, show us some code.
nobugz  Monday, December 18, 2006 12:35 PM

You can use google to search for other answers

Custom Search

More Threads

• WebBrowser Control
• How to extract only the file name in the OpenFileDialog?
• general performance problems; building explorer-like file-investigation programs
• Last chance exception caught in Main() : does not work outside VS?
• NumericUpDown changes
• Removing multiple items in a ListView "at the same time"
• Complex Wizard Style Application - State?
• How to Implement Custom ComboBox?
• how to save graphics
• Active desktop