SyntaxEdit |
Post Reply |
Author | |
lionello
Groupie Joined: 23 September 2005 Location: Italy Status: Offline Points: 26 |
Post Options
Thanks(0)
Posted: 10 April 2008 at 3:21am |
In a UserControl we create a control with:
Set oSyntaxEdit = UserControl.Controls.Add("Codejock.SyntaxEdit.12.0.0", "SYNTAXEDIT1", Me)
When we unlod the control with
oSyntaxEdit.Text = vbNullString
Set oSyntaxEdit = Nothing Call UserControl.Controls.Remove("SYNTAXEDIT1") the memory isn't completly released.
Thanks
|
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
The memory is administrated by the MFC.
So if you free memory, this will be hold by MFC to reuse by new allocated memory.
So your memory do not decrease but also not increase.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |