02-25-2013 10:07 AM - edited 02-25-2013 10:09 AM
Hi to ALL,
I'd like to hold my VI on the top when the user, clicking around, brings on top a different application, such as TestStand, which is working on the back ground. I have tried to do this calling the Windows API but it seems it doesn't work as expected on windows 7. Does anyone know if the "FindWindowsA" and the "ShowWindows" function are still working on windows 7?
Following the code I'm using!!
02-25-2013 11:43 AM
The functions work great on Windows 7. Are you using 32 or 64 bit?
02-26-2013 02:31 AM
I'm using Windows 64bit os.
Did you take my code? Have you tested that the function keeps the VI on top even if you try to bring on top a different window, such as a browser or the TestStand engine?
If you took my code and you have tested it as indicated, I really have no idea where I'm making the mistake. Have you got any advices?