Hi!
I would like to show a window during the flight in the simulator (for example when the user selects an option in the menu) and I have no problem if the simulator pauses while the dialog is shown (in fact, it's what I want in this case).
I've seen that some threads talk about DialogMode but I've tried it and I can't figure how it works exactly. Let me explain
If I put the simulator in dialog mode, the simulator gets paused with the screen in black until I change the state again. It's ok. But my question is, how can I show a dialog? I'm developing my application in C# using the managed simconnect API. If I try to show the simplest dialog with this simple code:
My application show the dialog but in most of the cases it doesn't popup in front of the simulator window. Furthermore, if the simulator is maximized it never show up in front.
So, how can I pause the simulator and show a window in front of the simulator window? (in both cases, when the simulator is in windowed mode and fullscreen).
Thank you very much!! Any help will be appreciated!
I would like to show a window during the flight in the simulator (for example when the user selects an option in the menu) and I have no problem if the simulator pauses while the dialog is shown (in fact, it's what I want in this case).
I've seen that some threads talk about DialogMode but I've tried it and I can't figure how it works exactly. Let me explain
If I put the simulator in dialog mode, the simulator gets paused with the screen in black until I change the state again. It's ok. But my question is, how can I show a dialog? I'm developing my application in C# using the managed simconnect API. If I try to show the simplest dialog with this simple code:
Code:
MessageBox.Show("some message");
My application show the dialog but in most of the cases it doesn't popup in front of the simulator window. Furthermore, if the simulator is maximized it never show up in front.
So, how can I pause the simulator and show a window in front of the simulator window? (in both cases, when the simulator is in windowed mode and fullscreen).
Thank you very much!! Any help will be appreciated!

