I have a program with one main opening dialog which contains a menu and a blank screen. It also has 2 DLL's which run utility applications. that are accessible through the opening dialog's menu. Each DLL runs as designed if run by itself. But if I run both DLLs at the same time and move between them with the ALT + Tab key I have a problem. The second DLL runs as designed, but the first one does not. It displays as designed, has the correct textbox in focus, and I can enter information from the keyboared, but the Tab Key only beeps when pressed. I can change text boxes with the mouse but not the tab key. If I close the second DLL then the first one works fine. If I reload the second DLL again the problem again occurs for the first DLL. My purpose is to be able to have several utility applications running at the same time and ALT + Tab between them. I've read some about MDI dialogs but am not advanced enough to know what I'm doing with MDI. Any suggestions would be appreciated.
David Hoff
David Hoff
Comment