Closed f1nalspace closed 3 years ago
The current way how I init a window before the message queue starts is not quite sufficient. Sometimes the window won't show up, because it starts behind other windows.
I found that the combination of:
ShowWindow() SetForegroundWindow() SetFocus()
works much better.
Implemented in develop branch
The current way how I init a window before the message queue starts is not quite sufficient. Sometimes the window won't show up, because it starts behind other windows.
I found that the combination of:
ShowWindow() SetForegroundWindow() SetFocus()
works much better.