Jump to content
Sign in to follow this  
Guest rodrigofarias77

Print a message on screen

Recommended Posts

Guest rodrigofarias77

Do you know how to print a message on FSX screen using the C# API of SimConnect? The message could have the ATIS style.Best regardsRodrigo

Share this post


Link to post
Share on other sites

You use the SimConnect_Text function (which in C# would just be .Text(...) - where is the variable you have the SimConnect object stored in, I usually call mine 'sc', so in my code that would be sc.Text(...) )You can do scrolling or non-scrolling text, select from several different colors, etc. You do need to be using at least the SP1 version of the SDK to have access to this function (since that's when it was added to the SimConnect API :-> ).

Share this post


Link to post
Share on other sites
Guest rodrigofarias77

Thank you for your answer, beatle!Do you know how to embed in FSX GUI another one made with C#? C# Forms are not visible on full screen mode. Besides, when we switch to them, FSX becomes mute. I would like to be able to build a GUI such FSInn one with C# and SimConnect. Is it possible?All the bestRodrigo

Share this post


Link to post
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
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...