CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: h2p2009

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    16,836

    Re: Dispose of WPF Window

    it appears that if I open 30 windows it increases the memory 30x. and it doesnt go away?
  2. Replies
    7
    Views
    16,836

    Re: Dispose of WPF Window

    Thanks for your reply,
    I have waited 10-20 minutes for the GC with no change. Also could you elaborate a little on the correct way, or correct objects to dispose?
  3. Replies
    7
    Views
    16,836

    Dispose of WPF Window

    Hello, I have a WPF Window that I show with Window.Show(). When I click X the form closes. But it is still in memory and the GC never comes and cleans it up. Also I do not have any refrences/handles...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured