S
Saroj
Hi Guys,
I have a Form or Class called Form2.
I am trying to compile(Form2.vb) at runtime.
Because it has a partial class (Form2.Designer.vb) I am not able to
successfully compile it.
I can successfully compile it at runtime only if I cut all the code from
Form2.Designer.vb and put it in Form2.vb, which I don't want to do.
How can I compile Form2.vb and Form2.Designer.vb together.
I'll appreciate any help you can provide.
Thanks, Saroj.
I have a Form or Class called Form2.
I am trying to compile(Form2.vb) at runtime.
Because it has a partial class (Form2.Designer.vb) I am not able to
successfully compile it.
I can successfully compile it at runtime only if I cut all the code from
Form2.Designer.vb and put it in Form2.vb, which I don't want to do.
How can I compile Form2.vb and Form2.Designer.vb together.
I'll appreciate any help you can provide.
Thanks, Saroj.