|
-
Dec 6th, 2002, 08:05 AM
#1
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?
Last edited by leinad31; Dec 6th, 2002 at 01:00 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|