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