I have tried resizing the taskbar with all the normal Windows APIs
SetWindowPos
MoveWindow
SetWindowPlacement
But to no avail.
The taskbar does not even flinch, what would be a good way to adjust it in its width, height, pos.
I have tried resizing the taskbar with all the normal Windows APIs
SetWindowPos
MoveWindow
SetWindowPlacement
But to no avail.
The taskbar does not even flinch, what would be a good way to adjust it in its width, height, pos.
Simple answer, you don't.
The taskbar controls are not exposed by any Explorer API, and for good reasons.
http://blogs.msdn.com/oldnewthing/archive/2009/02/02/9388941.aspx
Good information to know, but im not working on anything that is going to invade peoples preferences.
Is there a method that doesn't require the api?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.