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
I.e:
Sub Form_Load()
InitAllDirectXStuff
frmTest.Show, Me
End Sub