TaskBar Toolbar and Shell32.dll
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I just want to show/hide QuickLaunch Bar or Any Other Toolbar(Desktop, Language Bar etc.). I have almost seen all the features of shell32. first I add shell32.dll (search from the Windows folder) to the reference. Then write the following code Shell32.ShellClass objShel = new Shell32.ShellClass(); You can see all properties of TaskBar --> Right cick --> Context Menu. But i found Toolbars no where so that I can access The Toolbars . If any one have already worked on it then please guide me to show/hide taskbar toolbar.