Jump to content
The simFlight Network Forums

Module Design for fs2004


Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.