Not sure if this is the appropriate place to ask this, but I thought I'd give it a try. I've got an issue with dialog boxes in Visual Studio .NET 2003, using C++. The intended result is that one dialog box opens another ... once the selection is made on the second dialog box, it closes, so the first dialog box has the focus again.
The issue is that the second dialog box is not showing until i press the "ALT" key on the keyboard, like the box is hidden. I've tried inserting code to force this dialog box to have the top most priority when open, but it's not working. Anyone have any ideas, or know what I can do to fix this?
The issue is that the second dialog box is not showing until i press the "ALT" key on the keyboard, like the box is hidden. I've tried inserting code to force this dialog box to have the top most priority when open, but it's not working. Anyone have any ideas, or know what I can do to fix this?
Comment