Click here to Skip to main content
15,884,388 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Saving image transform without losing metadata Pin
Pete O'Hanlon4-May-09 9:42
mvePete O'Hanlon4-May-09 9:42 
GeneralRe: Saving image transform without losing metadata Pin
fjparisIII4-May-09 9:58
fjparisIII4-May-09 9:58 
GeneralRe: Saving image transform without losing metadata Pin
Pete O'Hanlon4-May-09 10:06
mvePete O'Hanlon4-May-09 10:06 
GeneralRe: Saving image transform without losing metadata Pin
fjparisIII20-May-09 14:59
fjparisIII20-May-09 14:59 
GeneralRe: Saving image transform without losing metadata Pin
fjparisIII22-May-09 13:25
fjparisIII22-May-09 13:25 
QuestionCookies vs. isolated Storage Pin
Ray Cassick30-Apr-09 3:44
Ray Cassick30-Apr-09 3:44 
AnswerRe: Cookies vs. isolated Storage Pin
Mark Salsbery30-Apr-09 6:00
Mark Salsbery30-Apr-09 6:00 
AnswerRe: Cookies vs. isolated Storage Pin
GuinnessKMF4-May-09 3:28
GuinnessKMF4-May-09 3:28 
Put a GUID in the cookie, store that GUID in your isolated storage, if they go to the page and the GUID is missing then wipe the part of the isolated storage you would have expected the user to "clear" by manually clearing it. This way you can properly clear user data, but get the benefits of using local storage instead of a cookie.

(If it's a security issue, put a key in the cookie instead of a GUID).
QuestionResource Dictionary and Data Templates Pin
BlitzPackage30-Apr-09 1:50
BlitzPackage30-Apr-09 1:50 
AnswerRe: Resource Dictionary and Data Templates Pin
User 2710091-May-09 4:56
User 2710091-May-09 4:56 
GeneralRe: Resource Dictionary and Data Templates Pin
BlitzPackage1-May-09 7:04
BlitzPackage1-May-09 7:04 
GeneralRe: Resource Dictionary and Data Templates Pin
User 2710091-May-09 7:11
User 2710091-May-09 7:11 
GeneralRe: Resource Dictionary and Data Templates Pin
BlitzPackage1-May-09 7:36
BlitzPackage1-May-09 7:36 
GeneralRe: Resource Dictionary and Data Templates Pin
Pete O'Hanlon1-May-09 8:38
mvePete O'Hanlon1-May-09 8:38 
GeneralRe: Resource Dictionary and Data Templates Pin
User 2710091-May-09 8:43
User 2710091-May-09 8:43 
GeneralRe: Resource Dictionary and Data Templates Pin
BlitzPackage1-May-09 8:55
BlitzPackage1-May-09 8:55 
QuestionXBAP keyboard event capture Pin
ita6cgr28-Apr-09 5:34
ita6cgr28-Apr-09 5:34 
Questioninternationalization of silverlight applications Pin
ManjuHanzan28-Apr-09 2:12
ManjuHanzan28-Apr-09 2:12 
AnswerRe: internationalization of silverlight applications Pin
Mark Salsbery28-Apr-09 5:40
Mark Salsbery28-Apr-09 5:40 
QuestionProblem with silverlight Pin
sureshreddy178927-Apr-09 22:29
sureshreddy178927-Apr-09 22:29 
AnswerRe: Problem with silverlight Pin
Mark Salsbery28-Apr-09 5:35
Mark Salsbery28-Apr-09 5:35 
QuestionProblem in silverlight Pin
sureshreddy178927-Apr-09 17:26
sureshreddy178927-Apr-09 17:26 
AnswerRe: Problem in silverlight Pin
VCsamir27-Apr-09 19:16
VCsamir27-Apr-09 19:16 
GeneralRe: Problem in silverlight Pin
sureshreddy178927-Apr-09 21:17
sureshreddy178927-Apr-09 21:17 
QuestionRe: Problem in silverlight Pin
Mark Salsbery28-Apr-09 5:36
Mark Salsbery28-Apr-09 5:36 

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.