Hello.
Is it possible to create a designer class in VB express? Because I can't import this namespace: System.Windows.Forms.ControlDesigner.
Thanks in advance!
Printable View
Hello.
Is it possible to create a designer class in VB express? Because I can't import this namespace: System.Windows.Forms.ControlDesigner.
Thanks in advance!
You need a reference to System.Design
Ah! Thanks! I can't believe I missed that.