This is my third post regarding the same. Let me throw light on the background. I have an external application that runs some of our tests. I used labview activex to call the external application and automate it. Works great. There are 2 windows which pop up when I do this task. These windows indicate the initialization and progress of the tests. I wanted these windows to be suppressed when I run my VI. I used some VIs from LVWUTIL32.zip to hide the windows. It does the job to some extent. But still the hidden windows appears as a taskbar entry. Maybe it does because those windows are executing (performing the experiments). Sometimes the windows pop up for less than a second and disappear but the task-bar entry remains. That's the background.
What I would like to do is: When I run my VI all the windows that is called my activex must be suppressed. I use the activex to call about 8-9 methods of the external application. There should not be any taskbar entry either. Can someone help me on this by giving an example or something ? Thanks !
I am using Hide windows.vi. There is still an entry in the task bar. Nothing happens when I click that. So the window is hidden but the taskbar entry is still there.
I found one thing. When the window that I am trying to hide is not running, it hides perfectly. Since the window executes, it shows the item on the taskbar entry. Any suggestions ? Thanks.
The "Hide Window.vi" from the "Windows API Function Utilities (32 bit)" hides the window AND the taskbar represant of the window. Use the "Show Window.vi" to bring the window back from the dead.