Apr 4th, 2000, 04:20 AM
Hello,
ok I need some help...
I've got 2 forms in a project, the main form initializes directx and directdraw... the cooperative level is set to form1 (the main form) and say I want to show form2 while form1 is in the background and is fullscreen, I just want to show form2, so I do form2.show and what it does is shows form2 like I ask it to, but I don't see it, unless I close the window with the cooperativelevel set to it then form2 is showing, so what i did I put cooperativelevel to form1 and then when someone clicks command1 it gives cooperativelevel to form2 and shows it, but in that process form1 isn't FULLSCREEN anymore, what do I do now? I want form1 to act as the main form and be fullscreen and then show other forms while form1 is fullscreen, do I set a clipper or what? if I set a clipper, how do I do it???
ok I need some help...
I've got 2 forms in a project, the main form initializes directx and directdraw... the cooperative level is set to form1 (the main form) and say I want to show form2 while form1 is in the background and is fullscreen, I just want to show form2, so I do form2.show and what it does is shows form2 like I ask it to, but I don't see it, unless I close the window with the cooperativelevel set to it then form2 is showing, so what i did I put cooperativelevel to form1 and then when someone clicks command1 it gives cooperativelevel to form2 and shows it, but in that process form1 isn't FULLSCREEN anymore, what do I do now? I want form1 to act as the main form and be fullscreen and then show other forms while form1 is fullscreen, do I set a clipper or what? if I set a clipper, how do I do it???