DirectX within an MDI child in VB.NET

Started by
-1 comments, last by ahbonk 20 years, 11 months ago
Hi! I wanna ask rite... I got this window form in VB.NET that has DirectX code. I execute the thing and I see a rotating cube with texture. Everything''s cool and all. But then... If I were to have the following code in the MDI Parent... Dim NewMDIChild As New FormWithDirectX() NewMDIChild.MdiParent = Me NewMDIChild.Show() ...the whole form didn''t show up! How come? The funniest thing is: if I put a different window (DirectX-less) in the code, then it works! Huh?! BoNKing the nation!
ahbonkpersonal: http://www.ahbonk.netgame.design: http://www.minnanogame.netcompany: http://www.if.net.my

This topic is closed to new replies.

Advertisement