CDialog doesn't have an icon in the task bar
-
This CDialog is launched from a dll called by another app. After the app is done I hide it, and the dialog stays up. Now if some other windows happen to obscure this CDialog, there is no icon in the task bar with which I can bring it up again. I have to minimize the windows that obscured it and then I can see it again. I gave the CDialog minimize/maximize buttons (though that would fix it). Any way to get around this? thanks, sb
-
This CDialog is launched from a dll called by another app. After the app is done I hide it, and the dialog stays up. Now if some other windows happen to obscure this CDialog, there is no icon in the task bar with which I can bring it up again. I have to minimize the windows that obscured it and then I can see it again. I gave the CDialog minimize/maximize buttons (though that would fix it). Any way to get around this? thanks, sb