How do I make VB wait till a specific window is closed.
I call a report that is shown on the screen. I can get the handle of the window in which the report is shown. How can I make my VB6 app wait until the specific window is closed?
I need to ask the user a question once he viewed/printed the report so the program must pause right after calling the report and then continue asking the question once the user closes the report window.
I call a report that is shown on the screen. I can get the handle of the window in which the report is shown. How can I make my VB6 app wait until the specific window is closed?
I need to ask the user a question once he viewed/printed the report so the program must pause right after calling the report and then continue asking the question once the user closes the report window.