Click here to Skip to main content
15,914,010 members
Home / Discussions / C#
   

C#

 
AnswerRe: files, streams, strings... Pin
Xmen Real 24-Mar-09 14:13
professional Xmen Real 24-Mar-09 14:13 
AnswerRe: files, streams, strings... Pin
King Julien24-Mar-09 20:18
King Julien24-Mar-09 20:18 
AnswerRe: files, streams, strings... Pin
jaypatel51225-Mar-09 6:26
jaypatel51225-Mar-09 6:26 
QuestionWeird Problem Pin
CodingYoshi24-Mar-09 11:53
CodingYoshi24-Mar-09 11:53 
AnswerRe: Weird Problem Pin
Xmen Real 24-Mar-09 14:09
professional Xmen Real 24-Mar-09 14:09 
Questionforce application to be shown on a specific monitor Pin
ezazazel24-Mar-09 11:44
ezazazel24-Mar-09 11:44 
QuestionRe: force application to be shown on a specific monitor Pin
Nagy Vilmos24-Mar-09 14:18
professionalNagy Vilmos24-Mar-09 14:18 
AnswerRe: force application to be shown on a specific monitor Pin
DaveyM6924-Mar-09 15:24
professionalDaveyM6924-Mar-09 15:24 
I don't know about in WPF, but in WinForms you can get an array of all the available screens using the static
Screen.AllScreens readonly property. So long as the form's StartPosition is FormStartPosition.Manual then you can use the desired screen's bounds to make sure it goes to the right place.

If nothing similar exists in WPF, I believe you can still add a reference to System.Windows.Forms which should allow you to do this.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

AnswerRe: force application to be shown on a specific monitor Pin
Luc Pattyn24-Mar-09 15:27
sitebuilderLuc Pattyn24-Mar-09 15:27 
AnswerRe: force application to be shown on a specific monitor Pin
ezazazel25-Mar-09 9:05
ezazazel25-Mar-09 9:05 
QuestionSome WS Question Pin
E_Gold24-Mar-09 11:19
E_Gold24-Mar-09 11:19 
AnswerRe: Some WS Question Pin
martin_hughes24-Mar-09 11:50
martin_hughes24-Mar-09 11:50 
AnswerRe: Some WS Question Pin
Yusuf24-Mar-09 12:08
Yusuf24-Mar-09 12:08 
QuestionImageMagick for .NET 2008 Pin
Member 462208924-Mar-09 10:34
Member 462208924-Mar-09 10:34 
AnswerRe: ImageMagick for .NET 2008 Pin
Yusuf24-Mar-09 12:11
Yusuf24-Mar-09 12:11 
GeneralRe: ImageMagick for .NET 2008 Pin
Member 462208927-Mar-09 5:04
Member 462208927-Mar-09 5:04 
QuestionWhitespace in Form Control Pin
shafiullah12324-Mar-09 10:05
shafiullah12324-Mar-09 10:05 
AnswerRe: Whitespace in Form Control Pin
tech60324-Mar-09 13:08
tech60324-Mar-09 13:08 
AnswerRe: Whitespace in Form Control Pin
shafiullah12325-Mar-09 9:31
shafiullah12325-Mar-09 9:31 
Questionms access Stored Procedure - I am getting an empty DataSet when running a stored query Pin
astroudjr24-Mar-09 9:06
astroudjr24-Mar-09 9:06 
AnswerRe: ms access Stored Procedure - I am getting an empty DataSet when running a stored query Pin
astroudjr24-Mar-09 9:43
astroudjr24-Mar-09 9:43 
QuestionCan't decide on the UI Pin
Ankit Rajpoot24-Mar-09 8:48
Ankit Rajpoot24-Mar-09 8:48 
AnswerRe: Can't decide on the UI Pin
Xmen Real 24-Mar-09 8:58
professional Xmen Real 24-Mar-09 8:58 
GeneralRe: Can't decide on the UI Pin
Ankit Rajpoot24-Mar-09 15:04
Ankit Rajpoot24-Mar-09 15:04 
GeneralRe: Can't decide on the UI Pin
Xmen Real 24-Mar-09 15:10
professional Xmen Real 24-Mar-09 15: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.