|
|
Re: Where is my User Control: msg#00326
windows.devel.dotnet.winforms
|
Subject: |
Re: Where is my User Control |
Griffiths, Ian schrieb:
Many's the time I've just dropped some other control type onto the form
and then done a search and replace to replace it with my control type.
(Use the fully-qualified name including the namespace when you do this.)
Once you've done that, when you go back to the design view, your control
will now be on the form. Although it might have a size of (0,0), which
you'll need to fix...
Wow, that's a great idea, so simple yet so effective.
|
|