Jump to content
The simFlight Network Forums

Vincentt

new Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Vincentt

  1. Hey guys, I have a problem, that I want with the FSUIPC SDK to write a program that recognizes the FS9 but it does not work, it works withFSX. Here is the code to take the relationship with the FS9 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Collections; using FSUIPC; namespace fs9 { public partial class Form1: Form { public Form1 () { InitializeComponent (); } private void Form1_Load (object sender, EventArgs e) { try { FSUIPCConnection.Open (FlightSim.FS2K4); MessageBox.Show ("Connection Succsess"); FSUIPCConnection.Close (); } catch { MessageBox.Show ("Connection not succsess"); } } } } it just does not work that acute elle FSUIPC for FS9 is instaled butNOT actively centered. I hope you can help me. Best wishes Vincent
×
×
  • 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.