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

WPF

 
GeneralRe: WPF opinion needed Pin
Pete O'Hanlon24-Nov-08 9:22
mvePete O'Hanlon24-Nov-08 9:22 
GeneralRe: WPF opinion needed Pin
Gary Wheeler24-Nov-08 9:35
Gary Wheeler24-Nov-08 9:35 
GeneralRe: WPF opinion needed Pin
Pete O'Hanlon24-Nov-08 9:36
mvePete O'Hanlon24-Nov-08 9:36 
AnswerRe: WPF opinion needed Pin
Jammer24-Nov-08 10:06
Jammer24-Nov-08 10:06 
QuestionEvent Handler Error in Expression Blend 2 SP1? Pin
Mohammad Dayyan24-Nov-08 2:57
Mohammad Dayyan24-Nov-08 2:57 
AnswerRe: Event Handler Error in Expression Blend 2 SP1? Pin
Mohammad Dayyan26-Nov-08 22:53
Mohammad Dayyan26-Nov-08 22:53 
QuestionRemove Control Pin
RishiKasnia24-Nov-08 1:02
RishiKasnia24-Nov-08 1:02 
AnswerRe: Remove Control Pin
Pete O'Hanlon24-Nov-08 1:15
mvePete O'Hanlon24-Nov-08 1:15 
RishiKasnia wrote:
Is there any way to remove this object(User Control) from memory


Nope. WPF uses MIL handles internally, and the garbage collector is called as and when it is needed. When you think about it, this makes perfect sense - the whole point of WPF is that it doesn't need you to access unmanaged resources to do things (you can, but you aren't required to) so you don't actually need to Dispose controls.

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

My blog | My articles | MoXAML PowerToys



GeneralRe: Remove Control Pin
RishiKasnia24-Nov-08 1:36
RishiKasnia24-Nov-08 1:36 
GeneralRe: Remove Control Pin
Pete O'Hanlon24-Nov-08 1:41
mvePete O'Hanlon24-Nov-08 1:41 
QuestionReturning XMLDocument from service Pin
Nagraj Naik24-Nov-08 0:27
Nagraj Naik24-Nov-08 0:27 
AnswerCross posted to three forums Pin
led mike24-Nov-08 5:26
led mike24-Nov-08 5:26 
GeneralRe: Cross posted to three forums Pin
Jammer24-Nov-08 7:04
Jammer24-Nov-08 7:04 
GeneralRe: Cross posted to three forums Pin
led mike24-Nov-08 9:15
led mike24-Nov-08 9:15 
GeneralRe: Cross posted to three forums Pin
Pete O'Hanlon24-Nov-08 9:38
mvePete O'Hanlon24-Nov-08 9:38 
GeneralRe: Cross posted to three forums Pin
led mike24-Nov-08 9:58
led mike24-Nov-08 9:58 
GeneralRe: Cross posted to three forums Pin
Jammer24-Nov-08 10:01
Jammer24-Nov-08 10:01 
GeneralRe: Cross posted to three forums Pin
Pete O'Hanlon24-Nov-08 10:10
mvePete O'Hanlon24-Nov-08 10:10 
GeneralRe: Cross posted to three forums Pin
led mike24-Nov-08 10:19
led mike24-Nov-08 10:19 
Questionbook Pin
vinod.sankuthodi23-Nov-08 23:34
vinod.sankuthodi23-Nov-08 23:34 
AnswerRe: book Pin
Jammer24-Nov-08 0:07
Jammer24-Nov-08 0:07 
AnswerRe: book Pin
Pete O'Hanlon24-Nov-08 0:55
mvePete O'Hanlon24-Nov-08 0:55 
GeneralRe: book Pin
Thomas Stockwell24-Nov-08 8:44
professionalThomas Stockwell24-Nov-08 8:44 
GeneralRe: book Pin
vinod.sankuthodi24-Nov-08 19:16
vinod.sankuthodi24-Nov-08 19:16 
GeneralRe: book Pin
Pete O'Hanlon24-Nov-08 22:20
mvePete O'Hanlon24-Nov-08 22:20 

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.