Fabian_Russ
Newcomer
- Joined
- Sep 29, 2008
- Messages
- 23
Is it possible to program events and subs like the Click Event for a button that was declared without physically being on the form?
Example:
Dim NewButton as New Button
How would I go about firing the click event and using it inside a button that is not physically in the form during design time, but instead a new instance of it being created during runtime?
Any help is appreciated,
Thanks
Example:
Dim NewButton as New Button
How would I go about firing the click event and using it inside a button that is not physically in the form during design time, but instead a new instance of it being created during runtime?
Any help is appreciated,
Thanks
Last edited: