LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

taskbar

Hi all,

How i come to know whether the task bar is in hide position or in visible position programatically?

 

 

regards

manasi

0 Kudos
Message 1 of 6
(4,050 Views)

Hi,

 

     There is no any property node to check the status of task bar like for a title bar what you can do is read the front panel window bounds and set the bottom size such a way to hide the task bar if required.You can do some comparision with this bottom size and can define visiblity of task bar.Hope the vi helps you.

Message 2 of 6
(4,038 Views)

Hi,

thank u very much.

 

but i want slight different than this.

 

see my application is that i wnt to change my pc resolution to 1024*768 during my application execution and when i exit my applcation it will restore the original monitor resolution. So  to restore resolution i am using property node as display workspace. This works fine when my task bar is visible on monitor before execution my application. But it creates problem when somebody hide thetask bar manually before execution of application

0 Kudos
Message 3 of 6
(4,028 Views)

Hi,

 

You'r Welcome

Ok what is the problem ur getting when hiding the task bar manually. If some body hides tthe task bar increase your resolution.let me know if any problem

0 Kudos
Message 4 of 6
(4,024 Views)

Hi,

Thanks a lot.

 

When the task bar is in visible , i am achieving the display workspace and adding some value in botton element and can restore my PC resolution. But when the taskbar is in hidden position i am acieving display workspace and when i add the the value in bottom element which is not the perfect resoltion pf PC . So in this case i am unable to restore my PC resolution to previous.

 

 

Regards

 

Manasi

0 Kudos
Message 5 of 6
(3,974 Views)
G Toolbox Taskbar function can force taskbar to showup or hide.
George Zou
0 Kudos
Message 6 of 6
(3,956 Views)