Click here to Skip to main content
15,881,516 members
Articles / Multimedia / GDI+
Article

PicSplitter - Dual Screen Wallpaper Utility

Rate me:
Please Sign up or sign in to vote.
2.94/5 (7 votes)
28 Nov 2005 69.5K   874   22   7
A small utility that splits an image into two images for use with dual monitor wallpaper setups.

Sample image

Introduction

Dual monitors. From the very first time that I used Turbo C to step through my code on a secondary monochrome monitor, while I watched Windows redraw my application in the main display, I have been hooked on the benifits of dual screen displays.

PicSplitter is a small application that takes a single image, and creates two images by splitting the original.

Background

Not a lot of high tech found here. I thought that it might be nice to share this little application with the world.

Points of Interest

This version was build using Microsoft Visual Studio 2005 beta 2. Based on all the negative reaction to the RTM version of VS2005, my company has adopted a "Thanks, but no thanks." attitude to VS2005. The code should be almost cut-paste compatable with VS2003 and the RTM version, however.

As a soap box aside, I wish that Microsoft had designed the My namespace with multiple monitor support. It would have been to nice to add the following lines of code...

My.Computer.Screens(0).Background = "left.jpg"
My.Computer.Screens(1).Background = "right.jpg"

History

Release to CodeProject.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior) Texas Woman's University
United States United States
I wrote my first program when I was a child - Basic on the TRS-80 used line numbers back then. I enjoy the problem solving and creative process that writing software invokes.

Comments and Discussions

 
GeneralNice, couple of questions though Pin
kuroiryu8-Sep-06 7:26
kuroiryu8-Sep-06 7:26 
Generalembedded into HTML Pin
mark_maier6-Dec-05 22:46
mark_maier6-Dec-05 22:46 
QuestionPort This Back To VS.Net 2003 ??? Pin
CADDex6-Dec-05 6:09
CADDex6-Dec-05 6:09 
QuestionThe sample image is from where? Pin
C-codist3-Dec-05 11:50
C-codist3-Dec-05 11:50 
QuestionNice idea ... but why? Pin
Michael E. Jones29-Nov-05 4:25
Michael E. Jones29-Nov-05 4:25 
AnswerRe: Nice idea ... but why? Pin
Joe Zimmerman29-Nov-05 8:42
Joe Zimmerman29-Nov-05 8:42 
AnswerRe: Nice idea ... but why? Pin
wduros129-Nov-05 9:21
wduros129-Nov-05 9:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.