 mom
		
			mom
		
		
		
		
		
		
		
		
	
			11-05-2008 10:18 PM
Hi all,
How i come to know whether the task bar is in hide position or in visible position programatically?
regards
manasi
 GITA_A
		
			GITA_A
		
		
		
		
		
		
		
		
	
			11-05-2008 11:22 PM
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.
11-06-2008 12:33 AM
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
 GITA_A
		
			GITA_A
		
		
		
		
		
		
		
		
	
			11-06-2008 12:37 AM
11-09-2008 09:56 PM
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
 zou
		
			zou
		
		
		
		
		
		
		
		
	
			11-10-2008 11:14 AM