G
Guest
HI,
we have developed Multi Lingual Windows mobile 5.0 application.
In this i am loading the Form text from a resource manager.
Label1.Text = ResManager.GetString("Label_Text");
button1.Text = ResManager.GetString("button");
But when i veiw the application in Remote Performace monitor, these strings
are not getting disposed when i dispose my form. This is creating a lot of
Memory leakage.
How can i dispose the string created from the Resouce file using this
Resouce Manager.
Thanks in advance,
Murthy
we have developed Multi Lingual Windows mobile 5.0 application.
In this i am loading the Form text from a resource manager.
Label1.Text = ResManager.GetString("Label_Text");
button1.Text = ResManager.GetString("button");
But when i veiw the application in Remote Performace monitor, these strings
are not getting disposed when i dispose my form. This is creating a lot of
Memory leakage.
How can i dispose the string created from the Resouce file using this
Resouce Manager.
Thanks in advance,
Murthy