Click here to Skip to main content
15,887,083 members
Home / Discussions / WPF
   

WPF

 
QuestionHave had troubles with WCF in Silverlight for two weeks Help!!! Pin
fiaolle14-Aug-09 7:41
fiaolle14-Aug-09 7:41 
AnswerRe: Have had troubles with WCF in Silverlight for two weeks Help!!! Pin
Mark Salsbery14-Aug-09 8:57
Mark Salsbery14-Aug-09 8:57 
GeneralRe: Have had troubles with WCF in Silverlight for two weeks Help!!! Pin
fiaolle14-Aug-09 9:29
fiaolle14-Aug-09 9:29 
GeneralRe: Have had troubles with WCF in Silverlight for two weeks Help!!! Pin
Mark Salsbery14-Aug-09 10:22
Mark Salsbery14-Aug-09 10:22 
GeneralRe: Have had troubles with WCF in Silverlight for two weeks Help!!! Pin
fiaolle14-Aug-09 21:23
fiaolle14-Aug-09 21:23 
GeneralRe: Have had troubles with WCF in Silverlight for two weeks Help!!! Pin
Mark Salsbery15-Aug-09 5:55
Mark Salsbery15-Aug-09 5:55 
GeneralRe: Have had troubles with WCF in Silverlight for two weeks Help!!! Pin
Adam Maras14-Aug-09 21:46
Adam Maras14-Aug-09 21:46 
QuestionWindowState.Maximized -- How to get the proper size of the window? [modified] Pin
Cristoff13-Aug-09 22:01
Cristoff13-Aug-09 22:01 
I have a borderless window. A double click on it maximizes it - WindowState.Maximized and WindowStyle set to None.

Now I'm trying to get the proper size of that window so that I resize the internal controls.

My screen resolution is: 1280 x 800

SystemParameters.MaximizedPrimaryScreenWidth 1288.0 double
SystemParameters.MaximizedPrimaryScreenHeight 778.0 double

What are these two properties supposed to return actually? Why the width is larger than my screen and the other one smaller?

(on my screen visually the windows is OK)

---> Gets a value that indicates the height, in pixels, of a maximized top-level window on the primary display monitor.
---> Gets a value that indicates the width, in pixels, of a maximized top-level window on the primary display monitor.

???

Or

SystemParameters.FullPrimaryScreenWidth - 1280
SystemParameters.FullPrimaryScreenHeight - 744

What is the proper way to get the system metrics in WPF? Or there isn't one?

SystemParameters.VirtualScreenWidth
SystemParameters.VirtualScreenHeight

modified on Friday, August 14, 2009 7:15 AM

QuestionWPF Expander Control Template Modification Pin
Kunal Chowdhury «IN»13-Aug-09 20:47
professionalKunal Chowdhury «IN»13-Aug-09 20:47 
AnswerRe: WPF Expander Control Template Modification Pin
Mark Salsbery14-Aug-09 6:28
Mark Salsbery14-Aug-09 6:28 
QuestionUpload large files Pin
Tarun.Suneja12-Aug-09 20:34
Tarun.Suneja12-Aug-09 20:34 
AnswerRe: Upload large files Pin
Pete O'Hanlon12-Aug-09 22:01
mvePete O'Hanlon12-Aug-09 22:01 
GeneralRe: Upload large files Pin
Tarun.Suneja13-Aug-09 0:59
Tarun.Suneja13-Aug-09 0:59 
QuestionAnnouncing MoXAML Power Toys 2.5 Pin
Pete O'Hanlon12-Aug-09 11:34
mvePete O'Hanlon12-Aug-09 11:34 
AnswerRe: Announcing MoXAML Power Toys 2.5 Pin
Kunal Chowdhury «IN»13-Aug-09 21:08
professionalKunal Chowdhury «IN»13-Aug-09 21:08 
QuestionControlling the ObservableCollection rendering Pin
guy181212-Aug-09 10:40
guy181212-Aug-09 10:40 
AnswerRe: Controlling the ObservableCollection rendering Pin
Kunal Chowdhury «IN»14-Aug-09 0:53
professionalKunal Chowdhury «IN»14-Aug-09 0:53 
AnswerRe: Controlling the ObservableCollection rendering Pin
Pete O'Hanlon14-Aug-09 1:13
mvePete O'Hanlon14-Aug-09 1:13 
QuestionSilverlight - VectrolLight Tree View Pin
Rajeev Raina12-Aug-09 4:01
Rajeev Raina12-Aug-09 4:01 
AnswerRe: Silverlight - VectrolLight Tree View Pin
Pete O'Hanlon14-Aug-09 4:18
mvePete O'Hanlon14-Aug-09 4:18 
AnswerRe: Silverlight - VectrolLight Tree View Pin
Michael Sync14-Aug-09 4:18
Michael Sync14-Aug-09 4:18 
GeneralRe: Silverlight - VectrolLight Tree View Pin
Pete O'Hanlon14-Aug-09 4:43
mvePete O'Hanlon14-Aug-09 4:43 
GeneralRe: Silverlight - VectrolLight Tree View Pin
Rajeev Raina16-Aug-09 20:29
Rajeev Raina16-Aug-09 20:29 
QuestionGUI updations on socket callback Pin
JS 200812-Aug-09 1:29
JS 200812-Aug-09 1:29 
AnswerRe: GUI updations on socket callback Pin
Michael Sync12-Aug-09 3:21
Michael Sync12-Aug-09 3:21 

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.