Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: XML as DataBase Pin
Guffa13-Oct-08 22:45
Guffa13-Oct-08 22:45 
AnswerRe: XML as DataBase Pin
N a v a n e e t h13-Oct-08 20:41
N a v a n e e t h13-Oct-08 20:41 
QuestionShow Control out of the Window Pin
softwarejaeger13-Oct-08 19:44
softwarejaeger13-Oct-08 19:44 
AnswerRe: Show Control out of the Window Pin
leppie13-Oct-08 22:17
leppie13-Oct-08 22:17 
GeneralRe: Show Control out of the Window [modified] Pin
softwarejaeger14-Oct-08 2:32
softwarejaeger14-Oct-08 2:32 
QuestionHow to add Plugin in IE ? Pin
bishwajeet13-Oct-08 19:42
bishwajeet13-Oct-08 19:42 
QuestionGridview by using TemplateField? Pin
my_amrizal13-Oct-08 16:44
my_amrizal13-Oct-08 16:44 
QuestionSet Seperate Background Images of Dual Monitors Pin
aj.esler13-Oct-08 14:13
aj.esler13-Oct-08 14:13 
Hi I am trying to set two different background images to two different resolution monitors.
I know that i can use somthing like
<br />
const int SPI_SETDESKWALLPAPER = 20  ;<br />
		const int SPIF_UPDATEINIFILE = 0x01;<br />
		const int SPIF_SENDWININICHANGE = 0x02;<br />
<br />
		[DllImport("user32.dll", CharSet=CharSet.Auto)]<br />
		static  extern int SystemParametersInfo (int uAction , int uParam , string lpvParam , int fuWinIni) ;<br />
<br />
<br />

and so on to get and set the wallpaper for a single monitor, but i am not sure how to expand this to work with 2 or more monitors.
I have had a look at the Screens.AllScreens class, but that seems more about the resolution and so on.

Anyone have any thoughts on how to do this?
AnswerRe: Set Seperate Background Images of Dual Monitors Pin
Jakob Olsen14-Oct-08 1:00
Jakob Olsen14-Oct-08 1:00 
GeneralRe: Set Seperate Background Images of Dual Monitors Pin
aj.esler14-Oct-08 11:12
aj.esler14-Oct-08 11:12 
GeneralRe: Set Seperate Background Images of Dual Monitors Pin
Jakob Olsen14-Oct-08 21:10
Jakob Olsen14-Oct-08 21:10 
QuestionExternal sorting Pin
Diamonddrake13-Oct-08 13:37
Diamonddrake13-Oct-08 13:37 
AnswerRe: External sorting Pin
Simon P Stevens13-Oct-08 22:51
Simon P Stevens13-Oct-08 22:51 
GeneralRe: External sorting Pin
Diamonddrake14-Oct-08 10:08
Diamonddrake14-Oct-08 10:08 
GeneralRe: External sorting Pin
Simon P Stevens14-Oct-08 11:15
Simon P Stevens14-Oct-08 11:15 
GeneralRe: External sorting Pin
Diamonddrake14-Oct-08 14:37
Diamonddrake14-Oct-08 14:37 
GeneralRe: External sorting Pin
Simon P Stevens14-Oct-08 21:32
Simon P Stevens14-Oct-08 21:32 
Questioncrystal report viewer - treelist Pin
nelsonpaixao13-Oct-08 12:32
nelsonpaixao13-Oct-08 12:32 
QuestionCRYSTAL REPORTS - load image Pin
nelsonpaixao13-Oct-08 12:12
nelsonpaixao13-Oct-08 12:12 
AnswerRe: CRYSTAL REPORTS - load image Pin
teddddddddddd13-Oct-08 19:20
teddddddddddd13-Oct-08 19:20 
GeneralRe: CRYSTAL REPORTS - load image Pin
nelsonpaixao14-Oct-08 12:31
nelsonpaixao14-Oct-08 12:31 
GeneralRe: CRYSTAL REPORTS - load image Pin
nelsonpaixao15-Oct-08 13:21
nelsonpaixao15-Oct-08 13:21 
GeneralRe: CRYSTAL REPORTS - load image Pin
teddddddddddd15-Oct-08 19:41
teddddddddddd15-Oct-08 19:41 
QuestionWrite to Ms word document ??? Pin
TALHAKOSEN13-Oct-08 10:01
TALHAKOSEN13-Oct-08 10:01 
GeneralRe: Write to Ms word document ??? Pin
led mike13-Oct-08 10:10
led mike13-Oct-08 10:10 

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.