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