M
MadMikey
Can I change the order that controls are defined, or built, in the "Windows
Form Designer generated code" section?
I'm using VB.NET 2003. I have a custom control, that due to licensing
restrictions, it must be defined before another "container" control on my
form. I can manually move the code to where I need it, and successfully
build my project. But whenever I modify the form, VB rearranges the Windows
Form Designer code. I am growing weary of moving that particular block of
code each time I build my project.
Any ideas?
Mikey
Form Designer generated code" section?
I'm using VB.NET 2003. I have a custom control, that due to licensing
restrictions, it must be defined before another "container" control on my
form. I can manually move the code to where I need it, and successfully
build my project. But whenever I modify the form, VB rearranges the Windows
Form Designer code. I am growing weary of moving that particular block of
code each time I build my project.
Any ideas?
Mikey