A
Andro Tan
good day..
is there a way to create an instance of an object from another object?..hope
somebody can help me with this.
Private form as new MyForm
Load
Dim instance1 as MyForm = form
instance1.Show
Dim instance2 as MyForm = form
instance2.Show
i want to show two forms. but i doesn't do so..its because i don't think it
is necessary to go throught the initializecomponent again..which take really
a lot of time.
isn't there any way like for example dim form1 as myform =
createobjectfrom(form).
thanks in advance
is there a way to create an instance of an object from another object?..hope
somebody can help me with this.
Private form as new MyForm
Load
Dim instance1 as MyForm = form
instance1.Show
Dim instance2 as MyForm = form
instance2.Show
i want to show two forms. but i doesn't do so..its because i don't think it
is necessary to go throught the initializecomponent again..which take really
a lot of time.
isn't there any way like for example dim form1 as myform =
createobjectfrom(form).
thanks in advance