E
Etienne-Louis Nicolet
How can I assign a namespace to a form?
If I put a 'Namespace'-statement on top of the designer-created code of a
form, I can not edit the form in the designer anymore.
e.g.
Namespace Forms
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
...
...
End Class
End Namespace
Thanks for any suggestions,
Etienne
If I put a 'Namespace'-statement on top of the designer-created code of a
form, I can not edit the form in the designer anymore.
e.g.
Namespace Forms
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
...
...
End Class
End Namespace
Thanks for any suggestions,
Etienne