Click here to Skip to main content
15,916,835 members
Home / Discussions / WPF
   

WPF

 
Question[Message Deleted] Pin
fjparisIII3-Oct-09 13:06
fjparisIII3-Oct-09 13:06 
AnswerRe: How do you get invited to the WPF Disciples forum? Pin
Christian Graus3-Oct-09 13:13
protectorChristian Graus3-Oct-09 13:13 
General[Message Deleted] Pin
fjparisIII3-Oct-09 13:27
fjparisIII3-Oct-09 13:27 
GeneralRe: How do you get invited to the WPF Disciples forum? Pin
Christian Graus3-Oct-09 16:56
protectorChristian Graus3-Oct-09 16:56 
GeneralRe: How do you get invited to the WPF Disciples forum? Pin
Pete O'Hanlon4-Oct-09 8:51
mvePete O'Hanlon4-Oct-09 8:51 
GeneralRe: How do you get invited to the WPF Disciples forum? Pin
Christian Graus4-Oct-09 10:49
protectorChristian Graus4-Oct-09 10:49 
GeneralRe: How do you get invited to the WPF Disciples forum? Pin
Pete O'Hanlon4-Oct-09 11:24
mvePete O'Hanlon4-Oct-09 11:24 
GeneralRe: How do you get invited to the WPF Disciples forum? Pin
Christian Graus4-Oct-09 13:35
protectorChristian Graus4-Oct-09 13:35 
GeneralRe: How do you get invited to the WPF Disciples forum? Pin
fjparisIII5-Oct-09 5:23
fjparisIII5-Oct-09 5:23 
GeneralRe: How do you get invited to the WPF Disciples forum? Pin
Christian Graus5-Oct-09 15:19
protectorChristian Graus5-Oct-09 15:19 
GeneralCan't find anything wrong with WPF image resizing, even with weird sizes Pin
fjparisIII5-Oct-09 16:37
fjparisIII5-Oct-09 16:37 
GeneralRe: Can't find anything wrong with WPF image resizing, even with weird sizes Pin
Christian Graus5-Oct-09 18:30
protectorChristian Graus5-Oct-09 18:30 
QuestionDisable the Maximize button in WPF Pin
ashwath19792-Oct-09 20:46
ashwath19792-Oct-09 20:46 
AnswerRe: Disable the Maximize button in WPF Pin
Christian Graus2-Oct-09 22:45
protectorChristian Graus2-Oct-09 22:45 
AnswerRe: Disable the Maximize button in WPF Pin
Mark Salsbery3-Oct-09 10:55
Mark Salsbery3-Oct-09 10:55 
GeneralRe: Disable the Maximize button in WPF Pin
Christian Graus3-Oct-09 11:55
protectorChristian Graus3-Oct-09 11:55 
GeneralRe: Disable the Maximize button in WPF Pin
Mark Salsbery3-Oct-09 12:01
Mark Salsbery3-Oct-09 12:01 
GeneralRe: Disable the Maximize button in WPF Pin
Christian Graus3-Oct-09 12:25
protectorChristian Graus3-Oct-09 12:25 
AnswerRe: Disable the Maximize button in WPF Pin
priyagee14-Oct-09 3:11
priyagee14-Oct-09 3:11 
AnswerRe: Disable the Maximize button in WPF Pin
Thrash50519-Apr-10 9:07
Thrash50519-Apr-10 9:07 
QuestionHow do I insure that WPF uses ICC profiles to avoid color degradation? [modified] Pin
fjparisIII2-Oct-09 12:53
fjparisIII2-Oct-09 12:53 
AnswerRe: How do I insure that WPF uses ICC profiles to avoid color degradation? Pin
Pete O'Hanlon4-Oct-09 11:23
mvePete O'Hanlon4-Oct-09 11:23 
GeneralRe: How do I insure that WPF uses ICC profiles to avoid color degradation? Pin
fjparisIII5-Oct-09 5:03
fjparisIII5-Oct-09 5:03 
I'm not sure how your suggestion applies. I'm taking image files straight out of Photoshop that already have ICC profiles imbedded in them, getting a BitmapFrame from them (through static member, BitmapFrame.Create()) and actually displaying the image though a statement like the following:
image.Source = BitmapFrame;

where "image" is an instance of the Image class and is imbedded in a Grid.

I have told my camera to use the Adobe RGB profile and Photoshop finds that profile in the TIFF files that I save. Then in a separate step, I tell Photoshop to convert the profile to sRGB, and save the result as a JPEG. Re-reading the files into Photoshop shows that the TIFF files do indeed have Adobe RGB and the JPEG files do indeed have sRGB, and they look virtually the same in Photoshop. But when I use the above technique for reading and displaying the TIFF and RGB files in my application, the TIFF files lose saturation, a typical result from ignoring the imbedded profile and applying sRGB by default, as many WEB applications do.
QuestionDynamic Controls not Stretching to Container Width Pin
Jeremy Likness2-Oct-09 11:54
professionalJeremy Likness2-Oct-09 11:54 
AnswerRe: Dynamic Controls not Stretching to Container Width Pin
Mark Salsbery3-Oct-09 10:46
Mark Salsbery3-Oct-09 10:46 

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.