C#/.NET Question
There has to be an easy way to put up a message window--and then take it down again without waiting for a user input. It is probably a function that you call that returns a handle, and then when you are ready to take the window down, you do something with that handle. I thought that there might be a MessageBox option that does this, but I couldn't find it. Any hints?
No comments:
Post a Comment