Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: ShellExecute ? Pin
James T. Johnson21-Apr-02 11:54
James T. Johnson21-Apr-02 11:54 
GeneralListView.Items.Contains() problem... Pin
20-Apr-02 15:18
suss20-Apr-02 15:18 
Generaloops... Pin
20-Apr-02 15:20
suss20-Apr-02 15:20 
GeneralRe: oops... Pin
20-Apr-02 15:28
suss20-Apr-02 15:28 
GeneralRe: oops... Pin
Neil Van Note20-Apr-02 19:37
Neil Van Note20-Apr-02 19:37 
GeneralRe: oops... Pin
20-Apr-02 22:54
suss20-Apr-02 22:54 
GeneralMulti monitors Pin
Christian Graus20-Apr-02 14:59
protectorChristian Graus20-Apr-02 14:59 
GeneralRe: Multi monitors Pin
Paul M Watt20-Apr-02 15:39
mentorPaul M Watt20-Apr-02 15:39 
I believe if you use the Windows.Screen.Bounds value to determine the bounds of the screen this will tell you where that particular screen resides with respect to the entire virtual desktop. Then set the StartPosition property of your form to the bounds position for the screen. You can also use the Location property to change the position of form at runtime.

You can also use the SystemInformation.VirtualScreen Property to determine maximum virtual space for your multiple monitors. This will also tell you if there are negative coordinates for the virtual desktop.

Good Luck!



Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: Multi monitors Pin
Christian Graus20-Apr-02 15:58
protectorChristian Graus20-Apr-02 15:58 
GeneralRe: Multi monitors Pin
Paul M Watt20-Apr-02 17:03
mentorPaul M Watt20-Apr-02 17:03 
GeneralRe: Multi monitors Pin
Christian Graus20-Apr-02 17:36
protectorChristian Graus20-Apr-02 17:36 
GeneralRe: Multi monitors Pin
Christian Graus21-Apr-02 10:52
protectorChristian Graus21-Apr-02 10:52 
GeneralRe: Multi monitors Pin
Paul M Watt21-Apr-02 12:07
mentorPaul M Watt21-Apr-02 12:07 
QuestionNumber only edit boxes ??? Pin
Christian Graus20-Apr-02 11:12
protectorChristian Graus20-Apr-02 11:12 
AnswerRe: Number only edit boxes ??? Pin
James T. Johnson20-Apr-02 12:20
James T. Johnson20-Apr-02 12:20 
GeneralRe: Number only edit boxes ??? Pin
Christian Graus20-Apr-02 12:26
protectorChristian Graus20-Apr-02 12:26 
GeneralRe: Number only edit boxes ??? Pin
James T. Johnson20-Apr-02 12:44
James T. Johnson20-Apr-02 12:44 
GeneralRe: Number only edit boxes ??? Pin
Neil Van Note20-Apr-02 19:06
Neil Van Note20-Apr-02 19:06 
GeneralRe: Number only edit boxes ??? Pin
Mazdak20-Apr-02 19:08
Mazdak20-Apr-02 19:08 
GeneralRe: Number only edit boxes ??? Pin
David Wengier20-Apr-02 12:51
David Wengier20-Apr-02 12:51 
QuestionC# Wizards? Pin
Derek Price19-Apr-02 9:28
Derek Price19-Apr-02 9:28 
AnswerRe: C# Wizards? Pin
ez219-Apr-02 9:41
ez219-Apr-02 9:41 
GeneralRe: C# Wizards? Pin
Derek Price19-Apr-02 9:55
Derek Price19-Apr-02 9:55 
GeneralRe: C# Wizards? Pin
ez219-Apr-02 14:07
ez219-Apr-02 14:07 
GeneralRe: C# Wizards? Pin
BLaZiNiX21-Apr-02 18:35
BLaZiNiX21-Apr-02 18:35 

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.