Questions tagged [messagewindow]
5 questions
1
vote
1 answer
Trouble Closing Message-Only Window - C++
My application has a message-only window that is launched from a newly created thread. The thread function creates the message-only window and runs the message pump. The problem I am having is that the message pump never seems to get the WM_CLOSE…

Jim Fell
- 13,750
- 36
- 127
- 202
1
vote
1 answer
Cmd prompt timer window popup
How can one get a message window to open that has a timer using a batch file?
I'm trying to make a batch file that opens command prompt, and after doing 2 commands a message pops up with a timer, that says Self-Destruct in ...then plays a sound,…

planelover390
- 11
- 3
0
votes
2 answers
MessageWindow - How can I tell if it has been destroyed?
I'm working with C# and CF and I need to use a MessageWindow to intercept Windows Messages.
There may be scenarios where the MessageWindow dies unexpectedly. This is a problem for me as the messages it is receiving are kinda important and i'd like…

Quibblesome
- 25,225
- 10
- 61
- 100
0
votes
2 answers
How to show refresh message on browser window
I have an asp.net application with Ajax in which I'm using update panel for a grid view for refreshing. I want to show the message on browsing window saying "Refreshing in 30 seconds" (number vary for each second).

ASD
- 1,441
- 3
- 28
- 41
-5
votes
1 answer
Android studio: Filtering out only errors in message windows or build windows?
I have an application which got hundreds of warnings and only few errors during compilation
(I do not mean RUNTIME ERROR, or filtering LOGCAT).
Are there any methods to only show errors in Messages windows which shows compilation erros or not?
I'm…

VSB
- 9,825
- 16
- 72
- 145