04-27-2011 10:20 AM
If I'm understanding correctly the simple answer is in the System Exec set up
That Boolean make the function fire the command and exit
05-01-2011 02:37 AM
Hi Guys
Bring to front seems to be only working when inside the dev env or when working within the same .exe file, so I doubt it is at all possible to do what I started asking.. As this is not mission critical, but more of a "nice to have" feature, I'm not going to spend more time on trying to solve it.
Thanks for your inputs, as always the ni forum is a very good place to gain added knowledge to a project.
b.r.
Jacob
04-25-2020 12:35 PM - edited 04-25-2020 12:36 PM
Here is one "dirty" trick for this issue.
Maximize/Minimize FP and than set it to Standard again.
You will get focus back to your exe.
04-27-2020 11:41 AM
Thank you - love that you dug out this year old post and took time to present a solution.
We ended up catching input from the keyboard and if anything is pressed during boot, program will go into setup. Thus removed all the risk of other windows being selected in the process. As we just monitor if there is input, we don't "steal" it from any other program the user may choose to use during load-up..