Hide Windows TaskBar

G

Guest

Does anyone know the code in C# or snippet or API so i can hide and show the
windows taskbar? Many people have suggested using ShowWindow and FindWindow
or the ABM_SETSTATE but i am having problem with the code. Cant seem to make
it work. Would really appreciate any code given.. Thank you so much! I really
need this one. Thank you in advance.

Hiding and showing of windows taskbar or the auto-hide property of the
taskbar will do. Thank you.

Im using .Net 1.1, XP.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

I don;t know how to do this, but I suggest you to search in the windows NG,
you will definitely will have to P/invoke some API method
 
V

Vijay

Hi

Is your form opening maximized. and you are trying to hide the taskbar..? Or
you are trying to just auto hide the taskbar for some other reason?

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top