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

Search:

Type: Posts; User: brenny

Search: Search took 0.02 seconds.

  1. Re: GUI app runs fast and then slows down

    ok i think ive fixed it...
    but what i did was to create a new ImageList for each Tab.
    i think it was going slow because there would be over 1000-2000+ images in the one ImageList and i was using...
  2. Re: GUI app runs fast and then slows down

    it doesnt actually download the thumbnails to the disk it creates a Bitmap using a Byte[] dynamically
    it does use fair amount of memory ive seen it at about 160MB
    as far as i can tell its not...
  3. [RESOLVED] GUI app runs fast and then slows down

    Hey

    Program: Downloads thumbnails from photobucket.com galleries and displays them in ListView controls on the main form.
    there is a ListView for each gallery that is downloaded. each gallery is...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured