sodakotahusker
Programmer
- Mar 15, 2001
- 601
I need to interrupt my users (they really want this) to inform them when they have a new contract to process. I have a scheduled task which runs every 3 minutes to determine if any data has arrived indicating a new contract. If data has arrived, my application displays a grid displaying that information. I need to make sure this screen pops up over what they are doing so they see it. How can I do this (I'm guessing I'll have to use a Windows API?).