When I compile my program in Microsoft Windows environment,I meet the following trouble: My application is dialog-based,when I press "Next" at my main dialog,I hide the main dialog use "this->show(false)",and show another modal dialog. But at the moment the application icon disappears from the taskbar.
but I don't meet the question when I compile the program in Linux environment.
How can I keep the application icon in the taskbar in MSW environment?? Waiting for your answer...
2. Re: Why I can't see my application icon at taskbar?
I don't know how to say... Most running applications have a sign at the taskbar,you can right-hit it and choose to maximize or miximize or revert the dialog the the program. when I press "next",the main dialog hides,but the sign of my application at the taskbar disappeared