I have been programming with VB6 for a long time and want to make something for flight simulator X. This requires a .net language so my obvious choice is VB.Net...
I took the lone sample from the FSX SDK SP1 and started tweaking it to do what I need, but I am having trouble writing something back. Specifically, I simply want to have a button on a form that when clicked will decrease the COM Freq by 1 MHz.
I am having a really difficult time understanding this Object Class stuff and would appreciate a simple example that does this so I can comprehend what the heck I am supposed to do.
There is an event Id of KEY_COM_RADIO_WHOLE_DEC and a variable of COM_RADIO_WHOLE_DEC, but I do not know how to make the program work. I have even looked at some of the C examples and tried to modify it for the VB code with no luck.
Any help or direction is appreciated.
Thanks!
Mike
I took the lone sample from the FSX SDK SP1 and started tweaking it to do what I need, but I am having trouble writing something back. Specifically, I simply want to have a button on a form that when clicked will decrease the COM Freq by 1 MHz.
I am having a really difficult time understanding this Object Class stuff and would appreciate a simple example that does this so I can comprehend what the heck I am supposed to do.
There is an event Id of KEY_COM_RADIO_WHOLE_DEC and a variable of COM_RADIO_WHOLE_DEC, but I do not know how to make the program work. I have even looked at some of the C examples and tried to modify it for the VB code with no luck.
Any help or direction is appreciated.
Thanks!
Mike