Is there a way to easily allow a user to move a form that has its Window State set to Max from one monitor to another when a person is working with a dual monitor setup? Some code example would be appreciated.
Printable View
Is there a way to easily allow a user to move a form that has its Window State set to Max from one monitor to another when a person is working with a dual monitor setup? Some code example would be appreciated.
In code, just add the coord's of the first screen to get 0,0 of the second monitor. You can stitch two images together for a screen saver with two images
I recently did a sample which might help you showing a form on a secondary monitor.
Please look it up here:
http://www.codeguru.com/forum/showpo...7&postcount=15