• 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.

Recent content by mauriciokami

  1. M

    MSFS20 C# SimConnect Windows Form example

    Hello pilots! I have been using this tcalc project for years, and now I would like to migrate to MSFS 2024, but I am not having any success. Is anyone here managing to do this? I am trying to send commands from the G1000 with the new SimConnect, but I am unable to do so. Could anyone help me?
  2. M

    LOOKING FOR FLYWITHLUA PROGRAMMERS

    Good afternoon, I currently developed a code to create datarefs and commands with the XLUA plugin, but it doesn't run with VULAKN. So, I need someone who understands the FlywithLua script and convert all my code from xlua to flywithlua.
  3. M

    MOBIFLIGHT EVENTS C#

    Hi guys, I would like to know if I can add mobmlight wasm events to my C # project. Because they generated some event commands that they did not have in the original simconnect.
  4. M

    GNS430 EventID?

    so far I haven't been able to. However, there is some way, because RealSimGear is already compatible but I have no idea how they got it.
  5. M

    GNS430 EventID?

    Hello guys, I wrote my program in C # for my radiostack and so far everything is ok, BUT, the GNS430 commands (example GPS_PROCEDURE_BUTTON, GPS_DIRECTTO_BUTTON, etc.) do not recognize. Would you know to inform me if these commands do not yet correspond to simconnect? Thanks
  6. M

    Simple C # program help

    Thank you very much, it worked perfectly, the only problem is the drop in fps when using simconnect. But I believe that they will solve this problem one day
  7. M

    Simple C # program help

    Thank you very much, this was what I needed. I need SimConnect. dll and .cfg to prepare3d right? I add the reference and compile the project, right?
  8. M

    MSFS20 [SOLVED] Dll error when trying to create a SimConnect

    in fact i'm still starting with simconnect, still with a lot of difficulty, i wanted to do a simple project with just one button and a label to send and receive a parameter. but i am having a hard time understanding even reading the sdk manual.
  9. M

    MSFS20 [SOLVED] Dll error when trying to create a SimConnect

    i may be wrong but i believe you can put the dll inside the executable folder (debug or release)
  10. M

    Simple C # program help

    Good morning, I'm losing my hair trying to send a simple event or read variables by simconnect and C #. Would someone have a very simple project with just one button to send and a label to read a variable?
  11. M

    [SOLVED]Input Simconnect.dll to project

    thank you!! I was trying to use SimConnect.dll, but the correct one was Microsoft.FlightSimulator.SimConnect.dll thank you
  12. M

    [SOLVED]Input Simconnect.dll to project

    Hi, i need help when i try to put simconnect.dll as a reference, the error show me "Please make sure that the file is accessible and that it is a valid assembly or COM component” Im using c# on visual studio 2019
Back
Top