- Messages
- 319
- Country

Hi,
I'm using the SimConnect managed wrapper to show a dialogue box from VB.NET 2 on screen when an option is selected on the addons menu. All works fine in windowed mode, but in full screen, dialog mode goes on and focus shifts to the dialog, but then within about half a second, the dialog disapppers and focus shifts back to FSX - which, of course, is just showing a black screen in dialog mode.
Why is the focus dropping off my window? I presume FSX is reclaiming focus as a fullscreen app, but other addons work like this. Does my code have to be executed in process to get the window to be a child of FSX or something? I do have the always in fromt flag set on the window too.
I'm using the SimConnect managed wrapper to show a dialogue box from VB.NET 2 on screen when an option is selected on the addons menu. All works fine in windowed mode, but in full screen, dialog mode goes on and focus shifts to the dialog, but then within about half a second, the dialog disapppers and focus shifts back to FSX - which, of course, is just showing a black screen in dialog mode.
Why is the focus dropping off my window? I presume FSX is reclaiming focus as a fullscreen app, but other addons work like this. Does my code have to be executed in process to get the window to be a child of FSX or something? I do have the always in fromt flag set on the window too.
