Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Syntax Edit
  New Posts New Posts RSS Feed - SyntaxEdit
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SyntaxEdit

 Post Reply Post Reply
Author
Message
lionello View Drop Down
Groupie
Groupie


Joined: 23 September 2005
Location: Italy
Status: Offline
Points: 26
Post Options Post Options   Thanks (0) Thanks(0)   Quote lionello Quote  Post ReplyReply Direct Link To This Post Topic: SyntaxEdit
    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
Back to Top
Baldur View Drop Down
Senior Member
Senior Member


Joined: 22 November 2006
Location: Germany
Status: Offline
Points: 244
Post Options Post Options   Thanks (0) Thanks(0)   Quote Baldur Quote  Post ReplyReply Direct Link To This Post Posted: 16 July 2008 at 11:21am
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.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.