- Messages
- 7
- Country

Hi Guys,
Apologies if this is a very simple question. I'm using SimConnect to set the throttle in VB.net. I have been able to set to full and idle
sx_simconnect.TransmitClientEvent(0, EVENT_ID.THROTTLE_FULL, 0, NOTIFICATION_GROUPS.GROUP0, SIMCONNECT_EVENT_FLAG.DEFAULT)
fsx_simconnect.TransmitClientEvent(0, EVENT_ID.THROTTLE_CUT, 0, NOTIFICATION_GROUPS.GROUP0, SIMCONNECT_EVENT_FLAG.DEFAULT)
I want to use THROTTLE_SET to set the throttle to 26% but I can see how I specify the 26.
Any help would be great.
Many thanks
Chris
Apologies if this is a very simple question. I'm using SimConnect to set the throttle in VB.net. I have been able to set to full and idle
sx_simconnect.TransmitClientEvent(0, EVENT_ID.THROTTLE_FULL, 0, NOTIFICATION_GROUPS.GROUP0, SIMCONNECT_EVENT_FLAG.DEFAULT)
fsx_simconnect.TransmitClientEvent(0, EVENT_ID.THROTTLE_CUT, 0, NOTIFICATION_GROUPS.GROUP0, SIMCONNECT_EVENT_FLAG.DEFAULT)
I want to use THROTTLE_SET to set the throttle to 26% but I can see how I specify the 26.
Any help would be great.
Many thanks
Chris
