Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need Split Method Pin
padmanabhan N28-Jun-09 19:54
padmanabhan N28-Jun-09 19:54 
GeneralRe: Need Split Method Pin
Arindam Sinha28-Jun-09 21:04
Arindam Sinha28-Jun-09 21:04 
GeneralRe: Need Split Method Pin
M Riaz Bashir29-Jun-09 23:15
M Riaz Bashir29-Jun-09 23:15 
GeneralRe: Need Split Method Pin
M Riaz Bashir29-Jun-09 23:14
M Riaz Bashir29-Jun-09 23:14 
QuestionHow to get path the path of folder Pin
xinmoigocua27-Jun-09 6:15
xinmoigocua27-Jun-09 6:15 
AnswerRe: How to get path the path of folder Pin
Not Active27-Jun-09 6:18
mentorNot Active27-Jun-09 6:18 
AnswerRe: How to get path the path of folder Pin
Luc Pattyn27-Jun-09 6:39
sitebuilderLuc Pattyn27-Jun-09 6:39 
QuestionHow to bring up connection manager. Pin
Bardy8527-Jun-09 5:39
Bardy8527-Jun-09 5:39 
AnswerRe: How to bring up connection manager. Pin
Arindam Sinha27-Jun-09 7:34
Arindam Sinha27-Jun-09 7:34 
AnswerRe: How to bring up connection manager. Pin
Henry Minute27-Jun-09 10:41
Henry Minute27-Jun-09 10:41 
QuestionC#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
Mtyb27-Jun-09 4:04
Mtyb27-Jun-09 4:04 
AnswerRe: C#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
Not Active27-Jun-09 4:30
mentorNot Active27-Jun-09 4:30 
AnswerRe: C#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
onlyx27-Jun-09 4:34
onlyx27-Jun-09 4:34 
GeneralRe: C#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
Mtyb27-Jun-09 4:57
Mtyb27-Jun-09 4:57 
AnswerRe: C#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
onlyx27-Jun-09 5:26
onlyx27-Jun-09 5:26 
GeneralRe: C#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
Not Active27-Jun-09 6:16
mentorNot Active27-Jun-09 6:16 
GeneralRe: C#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
0x3c027-Jun-09 7:16
0x3c027-Jun-09 7:16 
GeneralRe: C#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
Not Active27-Jun-09 7:40
mentorNot Active27-Jun-09 7:40 
GeneralRe: C#, how to Connect Win applicaion (C#) with Web applicaion (ASP.Net) ??? Pin
0x3c027-Jun-09 8:48
0x3c027-Jun-09 8:48 
QuestionUsing .net Remoting on 2 computers..help please!? [modified] Pin
Member 465319827-Jun-09 3:32
Member 465319827-Jun-09 3:32 
AnswerRe: Using .net Remoting on 2 computers..help please!? Pin
SeMartens27-Jun-09 4:50
SeMartens27-Jun-09 4:50 
GeneralRe: Using .net Remoting on 2 computers..help please!? Pin
Member 465319827-Jun-09 5:15
Member 465319827-Jun-09 5:15 
GeneralRe: Using .net Remoting on 2 computers..help please!? Pin
Member 465319827-Jun-09 5:49
Member 465319827-Jun-09 5:49 
QuestionImage viewer over the entire screen (including the taskbar) Pin
xax27-Jun-09 1:38
xax27-Jun-09 1:38 
AnswerRe: Image viewer over the entire screen (including the taskbar) Pin
Pete O'Hanlon27-Jun-09 2:13
mvePete O'Hanlon27-Jun-09 2:13 
You need to set the window state to be set manually, and you set the coordinates of the window so that the Top and Left are 0. You can use Screen.PrimaryScreen.Bounds to work out what the width and height of your screen is. Obviously, you'd need to do more work if you wanted to cover other screens in a multi monitor setup, but the Screen class provides access to the other monitor information in AllScreens.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



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.