Window cannot be minimized
fansxs opened this issue · 2 comments
fansxs commented
Maximizing the window works fine, but minimizing doesn't work. : )
lmbelo commented
@fansxs add the following code to your main script:
Application.MainFormOnTaskbar = True
fansxs commented
Now it works fine, thanks. I suggest that this line of code be added by default to the official demo to avoid users having the same questions. : )