• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

NewBee to SimConnect Development

Messages
9
Hello,

I am new to SimConnect but I have been a programmer for many years. What is the best way to start? I have reviewed the HTML reference for the FSX SDK 1A. I have Visual Studio 2005. I have done quite a bit of VB programming but want to venture into C#.

Any advise, references, or samples to get going? The HTML reference / documentation gives some guidelines to getting started. Any other hints and tips would be greatly appreciated.

I notice Pete Dowson monitors this forum. Pete, a huge thank you for your help you give those who post on this forum. As well as all of the other Flight Sim forums over the years!!! I know you have helped me tremendiously in the past.

Anyway, I look forward to reading all (and hopefully participating) of the "going ons" around the FS Developer Forum.

Barry
 
Last edited:
I have done quite a bit of VB programming but want to venture into C#.
...
I notice Pete Dowson monitors this forum.

Hi Barry. Sorry, though, I'm not much use of VB or C#. I'm only a C (with a little C++) programmer, or Assembly Code (which I prefer really).

I can answer specific questions as they arise, but I am not a good teacher so I won't jump in for general questions.

Best of luck!

Regards

Pete
 
Hi Barry,

There are some complete managed samples in the SDK, most of them are C# but, at least in the SP2 SDK, there are a couple that have been ported to VB.Net also.

If you want to use Windows Presentation Foundation (WPF) and .Net 3.0/3.5, see my blog entry on the subject.
 
Back
Top