Jump to content

C# and Dual Monitors

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
I have two questions for C#

1) How can I limit my program from appearing on the second monitor if the second monitor is no longer there? I have my program saving the location of the form in the registry and then retrieving it when loaded.

2) What would be the best way to manipulate the task-bar? I'd like to create a freeware program to stretch the taskbar to the second monitor. Any ideas?

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
1) I think there is some code on here somewhere that explains that already. Give it a search.

2) No idea, sorry.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Here is the post for managed C++, it shouldn't be hard to code into C#. Let me know if you need help.

http://forum.codecal...t=dual monitors