Shuval Posted October 20, 2003 Report Posted October 20, 2003 Hello. Im a bit confused, maybe someone can clarify this - Is it possible to write a gauge with visual basic.Net ? And if so is there any exampels around. Thanks.
kbr Posted October 20, 2003 Report Posted October 20, 2003 Shuval, if you want to code a gauge I can advise you to read the panel SDK from MS: download here But I also have a question: I can write gauges with the MS sdk and Visual Studio but now I want to insert some data fetched by Fsuipc in my gauges. But what's the best way to do that? Insert the fsuipc header-file in my gauge-file? :?:
Shuval Posted October 20, 2003 Author Report Posted October 20, 2003 Thanks kbr. i did read the sdk- was unable to translate it to vb.Net About your question try this thread: http://forums.simflight.com/viewtopic.pight=gauge
Pete Dowson Posted October 24, 2003 Report Posted October 24, 2003 But I also have a question: I can write gauges with the MS sdk and Visual Studio but now I want to insert some data fetched by Fsuipc in my gauges. But what's the best way to do that? Insert the fsuipc header-file in my gauge-file? :?: Check the "module users" part of the FSUIPC SDK. Whatver you do, do NOT use the normal external interface. It is fat and inefficient for use withing the same process. The module users method is a simply message passing system with you maintaining the data area. Regards, Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now