tomzx
tomzx

Reputation: 2033

How do you create a second taskbar to use on multiple monitors?

I recently got myself a second monitor and I have been looking at software which offers the possibility to extend the taskbar to the second monitor. Softwares such as UltraMon and MultiMon offer such possibility.

I'd be interested to know what is the method they are using to replicate the tasbar? More precisely:

Finally, I'd be interested to know what field of knowledge is required to program such software.

I'd be glad to receive any pointers to articles or information that would lead to answers. If you have in depth knowledge that you'd gladly share, I'd really appreciate it.

Thanks to all for your replies.

Upvotes: 2

Views: 1974

Answers (1)

Josh
Josh

Reputation: 69252

They completely re-create the experience. DisplayFusion uses the Desktop Window Manager API to capture live thumbnails. Scott Hanselman has a very good rundown on just how close they got and where they're different.

I would imagine there is a lot of ugly code required to get it as close as they've gotten it.

Upvotes: 3

Related Questions