Print Page | Close Window

SyntaxEdit

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Syntax Edit
Forum Description: Topics Related to Codejock Syntax Edit
URL: http://forum.codejock.com/forum_posts.asp?TID=10173
Printed Date: 29 April 2024 at 12:03pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SyntaxEdit
Posted By: lionello
Subject: SyntaxEdit
Date 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



Replies:
Posted By: Baldur
Date 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.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net