PDA

Click to See Complete Forum and Search --> : Using standard forms in DX fullscreen application?


danielkw
Feb 22nd, 2001, 10:52 AM
Is there a way to show (open) standard VB forms when running a DX fullscreen application?

I.e:
Sub Form_Load()
InitAllDirectXStuff
frmTest.Show, Me
End Sub