jgermana Posted January 8, 2005 Report Posted January 8, 2005 Hello, I am currently trying to create a module for fs2004 and I was wondering if FSUIPC could be the solution. I am currently writing my DLL and visual c++6 and I am unable to get my window to come up on top of FS98MAIN. If I purchased FSUIPC could i use FSUIPC to create my dialog box inside of flight simulator?
Pete Dowson Posted January 8, 2005 Report Posted January 8, 2005 If I purchased FSUIPC could I use FSUIPC to create my dialog box inside of flight simulator? No, FSUIPC offers no such options. It's a real pain in FS2004 to get anything to stay on top of FS -- it was easy enough in FS2002 and before, but MS changed to some different DirectX techniques in FS2004. Even if you get it on top in Windowed mode, doing so in Full Screen mode is still a big problem -- you get flashing. For FSUIPC's own dialogue I intercept FS98MAIN's Paint messages and validate the paint area to prevent flashing. This is okay providing you don't want your stuff displayed in normal flight or slew modes. Otherwise, sorry, it's a matter of trial and error to find something that works. Maybe others have an idea. You may have to delve into DirectX methods (ugh). Regards, Pete
jcboliveira Posted January 11, 2005 Report Posted January 11, 2005 Here it is a start: http://www.gamedev.net/reference/progratures/gui/ And good luck with it, personally I gave up :) José
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now