Search results for query: *

  • Users: raffy
  • Order by date
  1. R

    MDI Child not destroyed

    Hi, I have another inquiry. I have this child form where i have a textbox1 i Need to access this textbox from an instantiated class, let say Public Class Class1 Public Function TestObj(ByVal formName As Object) formname.TextBox1.Text = "test" End Function End Class then a code...
  2. R

    MDI Child not destroyed

    hi, i tried it out, and waited for almost 5 mins... and still the memory used was not released, how long should i wait, is there a way i can FORCE it to release?? am using vb.net 2003 with 1.1 framework. thanks again in advance.
  3. R

    MDI Child not destroyed

    HI, tried to browsed for any forum that may answer my dilema but to no avail, so i thought of posting my inquiry here. pls do help. i have simple MDI_Form1 with just a 2 Menu item that instantiate a child_Form2 that have NO CONTROLS or script, what happens is that once i closed the...
Back
Top