DirectX and tabpages
-
Hi, I have a normal windows form with a bunch of tabpages on it. But at the beginning, I want to do a little DirectX intro (which I've already created) in a class that I've been running separately. Now I'm not sure how to put them together without having to close the intro form and then open the main form. Is there any possible way to, say, create a surface on the main form that will run the directx stuff? I can't find any examples on this. Or any other thoughts? Thanks! Mel :)
-
Hi, I have a normal windows form with a bunch of tabpages on it. But at the beginning, I want to do a little DirectX intro (which I've already created) in a class that I've been running separately. Now I'm not sure how to put them together without having to close the intro form and then open the main form. Is there any possible way to, say, create a surface on the main form that will run the directx stuff? I can't find any examples on this. Or any other thoughts? Thanks! Mel :)
-
I did it in C++ with a static (label) control. If something like that is what you're looking for, check out my 'Modeler' article here on CP. My Music | My Pics | My Articles BlackDice