Call To HttpGetRequest() In Wininet.ew Seems to Hide My wxProgressDialog
- Posted by euphoric (admin) Apr 27, 2023
- 582 views
I've got a wxProgressDialog keeping my user updated through various function calls.
After calling HttpGetRequest(), the progress dialog disappears, moved behind other windows (?).
If I watch the windows while holding Alt+TAB, I can see the progress dialog being updated; I guess it's just covered by the main frame now.
How do I get it back to (and keep it in) the foreground in cases like this?