M
ManniAT
Hi,
is it possible (C#) to display a small window (somekind of a modeless dialog) on top of all other running programms.
Let me explain what I want to do:
I control an application - running in the foreground.
My app is in the background.
Sometimes I have the need to inform the user about special circumstands.
BUT - I should not interrupt him totaly - because I don't know if he is willing to switch to my app a the very momet.
So what I want are two things:
A.) inform him about the situation at the very moment - and remove the icon if the situation has changed
B.) inform him that my app needs interaction - when he clicks my "Icon-Window" I will bring my app to the foreground
An Icon in the titlebar or so is not possible for two reasons:
a.) the foreground app runs in fullscreen (not Titlebar - no Menubar)
b.) the user should be able to hit the "Icon" with the finger
So what I need is somekind of a "big icon" (32x32 or something like that) which displays on top of the other app.
This "icon" should notify me if the user "clicks" it.
My first idea was to have somekind of a 32x32 sized "Topmost-window" - but how to make such a thing?
A "MessageBox" is not suitable since the user should still be able to interact with the other application ----
----and that without loosing my "Icon".
Thanks in advance
Manfred
is it possible (C#) to display a small window (somekind of a modeless dialog) on top of all other running programms.
Let me explain what I want to do:
I control an application - running in the foreground.
My app is in the background.
Sometimes I have the need to inform the user about special circumstands.
BUT - I should not interrupt him totaly - because I don't know if he is willing to switch to my app a the very momet.
So what I want are two things:
A.) inform him about the situation at the very moment - and remove the icon if the situation has changed
B.) inform him that my app needs interaction - when he clicks my "Icon-Window" I will bring my app to the foreground
An Icon in the titlebar or so is not possible for two reasons:
a.) the foreground app runs in fullscreen (not Titlebar - no Menubar)
b.) the user should be able to hit the "Icon" with the finger
So what I need is somekind of a "big icon" (32x32 or something like that) which displays on top of the other app.
This "icon" should notify me if the user "clicks" it.
My first idea was to have somekind of a 32x32 sized "Topmost-window" - but how to make such a thing?
A "MessageBox" is not suitable since the user should still be able to interact with the other application ----
----and that without loosing my "Icon".
Thanks in advance
Manfred