Prob with showing last form after DX * resolved
I've finished running the main loop, and have set:
Call DD.RestoreDisplayMode
Call DD.SetCooperativeLevel(Me.hWnd, DDSCL_NORMAL)
Call objPerf.Stop(objSeg, objSegState, 0, 0)
But I'm having problems. My original intention was to get rid of the form for DDraw (it's in fullscreen mode), and load another form (EndOfStory) before I unload everything. Problem is the form for DDraw is still there, minimized to desktop since its not shown in taskbar, and it stays on top of my last form unless I click the last form. I've tried zOrder, Show, Hide, State = vbMinimize, and Refresh (for last form only), nothing works.
What did I do wrong?