Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
134 views

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 ...
0
votes
2answers
99 views

how to show refresh message on browser window

I have an asp.net application with Ajax in which m usign update panel for a grid view for refreshing. I want to show the message on browsing window saying "Refreshign in 30 seconds"( number vary for ...
0
votes
2answers
287 views

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 ...