Click here to Skip to main content
15,887,027 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
charles92224-Jul-07 22:08
charles92224-Jul-07 22:08 
QuestionData Flow between a web server and a computer Pin
Tarik Guney23-Jul-07 12:12
Tarik Guney23-Jul-07 12:12 
AnswerRe: Data Flow between a web server and a computer Pin
Paul Conrad23-Jul-07 15:20
professionalPaul Conrad23-Jul-07 15:20 
GeneralRe: Data Flow between a web server and a computer Pin
Tarik Guney23-Jul-07 22:39
Tarik Guney23-Jul-07 22:39 
QuestionDisplaying a Form in a specific monitor Pin
Leslie Sanford23-Jul-07 10:21
Leslie Sanford23-Jul-07 10:21 
AnswerRe: Displaying a Form in a specific monitor Pin
Luc Pattyn23-Jul-07 11:18
sitebuilderLuc Pattyn23-Jul-07 11:18 
GeneralRe: Displaying a Form in a specific monitor Pin
Leslie Sanford23-Jul-07 12:56
Leslie Sanford23-Jul-07 12:56 
GeneralRe: Displaying a Form in a specific monitor Pin
Luc Pattyn23-Jul-07 13:28
sitebuilderLuc Pattyn23-Jul-07 13:28 
Hi Leslie,

some more ideas:

- you could create an app (or a service !) that shows several borderless windows, backcolor
or backimage of your choosibg, each completely filling one secondary monitor.

- Maybe, dont know, that app/service can hide the mouse when hovered,
even if not the active window.

- Not sure: you might be able to move the monitors apart from each other, i.e. have
gaps in the desktop, reducing the chance the mouse ever gets on a secondary monitor.

- if you first add all monitors to the desktop, give them their intended relative position,
then remove the desktop from them, then maybe, just maybe, they retain their coordinates
and you can still show windows at those positions. (I dont know how else you would ever
get anything to show on a monitor that is not part of the desktop !).

Extra info:
I have some code that uses EnumDisplaySettings and ChangeDisplaySettings; I use it
to programmatically modify my monitor's resolution (for reading small print !).
It would be easily modified to modify some other parameters for secondary monitors, so you
could effectively move them to the extreme corner of the 64K*64K virtual desktop;
and probably could blank them as well. I did not immediately see the "extend my desktop" bit
in the DEVMODE struct, maybe it is there, maybe not.

I feel confident your goal is technically within reach.

Smile | :)


GeneralRe: Displaying a Form in a specific monitor Pin
Leslie Sanford25-Jul-07 17:28
Leslie Sanford25-Jul-07 17:28 
GeneralRe: Displaying a Form in a specific monitor Pin
Paul Conrad25-Jul-07 17:49
professionalPaul Conrad25-Jul-07 17:49 
QuestionC# Winforms DataGridView control in User Control Pin
ADSolArch22-Jul-07 23:08
ADSolArch22-Jul-07 23:08 
QuestionGet window handle from mouse, outside form Pin
Genbox22-Jul-07 4:10
Genbox22-Jul-07 4:10 
QuestionAdding a row with combobox control to a datagrid / datagridview Pin
atulagarwal5620-Jul-07 0:01
atulagarwal5620-Jul-07 0:01 
QuestionGrid Box Control With Check Box Where is it? Pin
ozzyrocsdbn18-Jul-07 3:15
ozzyrocsdbn18-Jul-07 3:15 
AnswerRe: Grid Box Control With Check Box Where is it? Pin
Naji El Kotob18-Jul-07 23:31
Naji El Kotob18-Jul-07 23:31 
QuestionDataGrid Pin
Taras61117-Jul-07 10:23
Taras61117-Jul-07 10:23 
Questioninstallshield Pin
ellllllllie17-Jul-07 1:51
ellllllllie17-Jul-07 1:51 
AnswerRe: installshield Pin
ekynox17-Jul-07 20:02
ekynox17-Jul-07 20:02 
QuestionShortcut Keys to Toolbar Pin
Arunacss17-Jul-07 0:25
Arunacss17-Jul-07 0:25 
AnswerRe: Shortcut Keys to Toolbar Pin
Luc Pattyn18-Jul-07 8:03
sitebuilderLuc Pattyn18-Jul-07 8:03 
QuestionMerging DirectX Pin
Rakesh.Barabari16-Jul-07 20:39
Rakesh.Barabari16-Jul-07 20:39 
QuestionThe Basics - How do I create Arrays? Pin
Digital_Scapegoat16-Jul-07 16:55
Digital_Scapegoat16-Jul-07 16:55 
AnswerRe: The Basics - How do I create Arrays? Pin
Dave Kreskowiak16-Jul-07 17:03
mveDave Kreskowiak16-Jul-07 17:03 
AnswerRe: The Basics - How do I create Arrays? Pin
Brady Kelly17-Jul-07 2:36
Brady Kelly17-Jul-07 2:36 
JokeRe: The Basics - How do I create Arrays? Pin
WillemM18-Jul-07 7:38
WillemM18-Jul-07 7:38 

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.