CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    4

    releasing memory



    I seem to be able to release memory from my own activex made controls, when I use them in an array and load them dynamically at run-time. I do use a breakdown method I call each time I use the unload (index) method. I even set it to nothing after I unload it. but its not releasing all the memory, if anyone has any suggestions, I would greatly appreciate it.


    Darryl

  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: releasing memory



    Hi


    Do you free all the memory in your control?

    Maybe a redim of the control-array will help.


    Hope this helps!


    Crazy D

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured