Here is my problem, I have a Windows form (which may in the future be switched to WPF form) that gets minimized and hidden to the tray. At a set time an event is fired in a new thread which shows a dialog box that needs to be displayed on top of any current application windows for the user to interact with.
I've spent several hours researching and playing with various methods trying to get this to work. I would prefer not to resort to direct win32 API calls, but if I need to, its a possibility I haven't ruled out. (I'm currently using C# on Windows Vista SP1)
Any ideas on how to do this?
I've spent several hours researching and playing with various methods trying to get this to work. I would prefer not to resort to direct win32 API calls, but if I need to, its a possibility I haven't ruled out. (I'm currently using C# on Windows Vista SP1)
Any ideas on how to do this?
Comment