F-MZE Posted April 19, 2006 Report Share Posted April 19, 2006 Hello everybody, I want to write a text message (as ATC control's text for example) to the user of FS2004. Is there someone to help me. Using FSUIPC and VB.NET Thanks Hubert Link to comment Share on other sites More sharing options...
Pete Dowson Posted April 19, 2006 Report Share Posted April 19, 2006 Hello everybody,I want to write a text message (as ATC control's text for example) to the user of FS2004. Write the string to offset 3380 using FSUIPC_WriteS, and a code (for delay, scroll, whatever) to 32FA using FSUIPC_Write. Check the Programmer's Guide in the SDK for these offsets. Pete Link to comment Share on other sites More sharing options...
efratomer Posted September 8, 2006 Report Share Posted September 8, 2006 regarding to this issue: Is it possible for displaying a text message similar to the ATC's window in FS2004 VIA FSUIPC and VB? Thanks. Link to comment Share on other sites More sharing options...
rickalty Posted September 8, 2006 Report Share Posted September 8, 2006 regarding to this issue: Is it possible for displaying a text message similar to the ATC's window in FS2004 VIA FSUIPC and VB?Thanks. Yes, that's exactly what Pete's post told you how to do. Richard Link to comment Share on other sites More sharing options...
efratomer Posted September 8, 2006 Report Share Posted September 8, 2006 regarding to this issue: Is it possible for displaying a text message similar to the ATC's window in FS2004 VIA FSUIPC and VB?Thanks. Yes, that's exactly what Pete's post told you how to do. Richard I mean a window looks like where you select which ATC you would like to switch your COM to... Link to comment Share on other sites More sharing options...
Pete Dowson Posted September 8, 2006 Report Share Posted September 8, 2006 I mean a window looks like where you select which ATC you would like to switch your COM to... Like the new one in FSUIPC enabled on the front screen? It operates only for multiline messages. Regards Pete Link to comment Share on other sites More sharing options...
efratomer Posted September 8, 2006 Report Share Posted September 8, 2006 Programs write their 32-character (max) zero terminated title to IPC offset 6D60. Didnt understood what I need to write into that offset. Any help please? Thanks. Link to comment Share on other sites More sharing options...
Pete Dowson Posted September 8, 2006 Report Share Posted September 8, 2006 Programs write their 32-character (max) zero terminated title to IPC offset 6D60. Didnt understood what I need to write into that offset. Any help please? Thanks. Only a Window title, if you don't want the Window called FSUIPC Window, or whatever my default is. Isn't "title" clear enough? Sorry if not. A title is the text in the title bar of a window. This is the (usually blue) bar at the top of a Window containing the program name or something similar. Pete Link to comment Share on other sites More sharing options...
efratomer Posted September 8, 2006 Report Share Posted September 8, 2006 I just wanna be sure, In the older FSUIPC versions is the same offset were used to write a normal single line at the top of the screen (where FS usually notify for players joinning etc)? Thanks. Link to comment Share on other sites More sharing options...
Pete Dowson Posted September 8, 2006 Report Share Posted September 8, 2006 I just wanna be sure, In the older FSUIPC versions is the same offset were used to write a normal single line at the top of the screen (where FS usually notify for players joinning etc) The offsets haven't changed. The message area is 3380 with a control word at 32FA. Please refer to the Programmer's Guide, part of the FSUIPC_SDK. Regards Pete Link to comment Share on other sites More sharing options...
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