10-23-2006 12:41 PM
10-23-2006 01:19 PM
10-23-2006 01:34 PM - edited 10-23-2006 01:34 PM
Message Edited by zou on 10-23-2006 01:40 PM
10-23-2006 01:35 PM
Thanks for your reply. Some programs like Norton Virus Scan put in larger than usual icons into the task bar. This causes the taskbar to expand vertically by a few lines. I am reading information from a maximized application window. If the toolbar is wider than normal, the application window is automatically resized by Windows, and I can no longer read this information, as it is now displayed on a different absolute screen position. Thus I would like to force the taskbar to a standard height during the initialization of my LabVIEW program, and then leave it alone.
Peter
10-23-2006 03:46 PM
Hi George,
Thanks for your reply. I can work with your suggestion of (temporarily) hiding the taskbar using the SysCtrl function. This was not my preferred solution, as it will require me to do numerous changes in my program. But once those changes are made, the problem will go away once and for all. My version of the G Toolbox 3.01 does not yet include the Taskbar function. But I can do without.
Out of interest. So there seems to be no way of adjusting the size of the taskbar programmatically?
Best regards,
Peter
10-24-2006 02:32 PM
10-24-2006 03:05 PM
Thanks, Brian.
The LabVIEW front panel is not the problem. My program communicates with the user interface of the native software running one of our instruments. I need to keep the size of this other user interface constant. The size of the LabVIEW UI does not matter.
I will go with the solution that George Zou suggested earlier. I will keep your link for future reference. Thanks.
Peter