Is there a way to move CONTROLS from one CONTAINER to another without REWRITING CODE???
- From: Alan Mailer <clarityassoc@xxxxxxxxxxxxx>
- Date: Wed, 08 Apr 2009 08:16:31 -0700
I'm sure I'm not the only one who has experienced this, so here
goes...
You're designing a Form and you decide to put a whole bunch of
controls in a 'container' (say a TabControl, or a GroupBox).
You write all the code that is supposed to fire as the result of
interaction with all the controls contained in that container when...
oh no... you decide that all of the controls would be better placed in
the Form itself, or in another container.
My question is this: Is there a way of moving all the controls to
another container WITHOUT having to rewrite the code in order (to say
the least) add back all the "Handles..." language for every procedure
you wrote for each of the controls?
(I would of course understand if there wasn't such a shortcut, but I
just thought I'd ask).
Thanks in advance.
.
- Prev by Date: Retrieving the COM class factory for...error: 80040154
- Next by Date: Webbrowser control & HTTP errors
- Previous by thread: Retrieving the COM class factory for...error: 80040154
- Next by thread: Webbrowser control & HTTP errors
- Index(es):
Relevant Pages
|