Click here to Skip to main content
15,913,317 members
Home / Discussions / C#
   

C#

 
GeneralRe: open MenuItem of MainMenu by code :(( Pin
quiteSmart5-Feb-07 1:11
quiteSmart5-Feb-07 1:11 
GeneralRe: open MenuItem of MainMenu by code :(( Pin
Stefan Troschuetz5-Feb-07 1:42
Stefan Troschuetz5-Feb-07 1:42 
GeneralRe: open MenuItem of MainMenu by code :(( Pin
quiteSmart5-Feb-07 2:07
quiteSmart5-Feb-07 2:07 
GeneralRe: open MenuItem of MainMenu by code :(( Pin
Stefan Troschuetz5-Feb-07 3:11
Stefan Troschuetz5-Feb-07 3:11 
QuestionURGENT : C# application for multi monitors Pin
bil_geo4-Feb-07 23:42
bil_geo4-Feb-07 23:42 
AnswerRe: URGENT : C# application for multi monitors Pin
Colin Angus Mackay4-Feb-07 23:52
Colin Angus Mackay4-Feb-07 23:52 
GeneralRe: URGENT : C# application for multi monitors Pin
bil_geo5-Feb-07 0:41
bil_geo5-Feb-07 0:41 
GeneralRe: URGENT : C# application for multi monitors Pin
Luc Pattyn5-Feb-07 1:09
sitebuilderLuc Pattyn5-Feb-07 1:09 
Hi,

I once had a two-monitor system, and did some .NET work on it.

I remember you could move the relative positions of the monitors, and you could set both
monitors to different settings (e.g. bits per pixel).

So when shifted by 384 for instance, having two 1024*768 monitors could result in a desktop 2048 wide and 1152 high, with two rectangles of 1024*384 invisible.

You can extend a form to use whole or part of both monitors, simply drag as usual.

You dont have to tell GDI, just use the coordinates of this "extended desktop".

I think I also recall a form will maximize on the monitor that shows its top lefthand corner.

One of the monitors is the "primary monitor", you can choose which one.
The primary monitor is the one that displays boot progress, and shows the task bar.

FYI: programs such as screensavers most often ignore all but the primary monitor;
they should however handle all monitors, either with one big picture, or with multiple
pictures.

Hope this helps,

Smile | :)






Luc Pattyn

GeneralRe: URGENT : C# application for multi monitors Pin
bil_geo5-Feb-07 1:28
bil_geo5-Feb-07 1:28 
GeneralRe: URGENT : C# application for multi monitors Pin
Luc Pattyn5-Feb-07 1:39
sitebuilderLuc Pattyn5-Feb-07 1:39 
GeneralRe: URGENT : C# application for multi monitors Pin
bil_geo5-Feb-07 18:01
bil_geo5-Feb-07 18:01 
GeneralChange of OS [modified] Pin
Luc Pattyn6-Feb-07 0:44
sitebuilderLuc Pattyn6-Feb-07 0:44 
Questiondatetimepicker & short date Pin
Glen Harvy4-Feb-07 23:35
Glen Harvy4-Feb-07 23:35 
AnswerRe: datetimepicker & short date Pin
Christian Graus4-Feb-07 23:38
protectorChristian Graus4-Feb-07 23:38 
GeneralRe: datetimepicker & short date [modified] Pin
Glen Harvy5-Feb-07 2:05
Glen Harvy5-Feb-07 2:05 
GeneralRe: datetimepicker & short date Pin
Pratik Vasant Shah5-Feb-07 20:28
Pratik Vasant Shah5-Feb-07 20:28 
QuestionCollections and Datastructures Pin
Kushi Bobby4-Feb-07 23:10
Kushi Bobby4-Feb-07 23:10 
AnswerRe: Collections and Datastructures Pin
Stefan Troschuetz4-Feb-07 23:28
Stefan Troschuetz4-Feb-07 23:28 
QuestionException Handling Pin
Kushi Bobby4-Feb-07 23:04
Kushi Bobby4-Feb-07 23:04 
AnswerRe: Exception Handling Pin
Christian Graus4-Feb-07 23:07
protectorChristian Graus4-Feb-07 23:07 
GeneralRe: Exception Handling Pin
Kushi Bobby4-Feb-07 23:15
Kushi Bobby4-Feb-07 23:15 
GeneralRe: Exception Handling Pin
Christian Graus4-Feb-07 23:31
protectorChristian Graus4-Feb-07 23:31 
AnswerRe: Exception Handling Pin
VirtualVoid.NET6-Feb-07 3:41
VirtualVoid.NET6-Feb-07 3:41 
Question[C#] How to set Hook to capture the message which defind by user? Pin
huheng_0_04-Feb-07 22:59
huheng_0_04-Feb-07 22:59 
AnswerRe: [C#] How to set Hook to capture the message which defind by user? Pin
Luc Pattyn5-Feb-07 5:13
sitebuilderLuc Pattyn5-Feb-07 5:13 

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.