Home All Groups Group Topic Archive Search About
Author
25 Mar 2006 9:58 AM
TyBreaker
I'm creating buttons on the fly as my program runs and I'm storing them
all in an array for future referencing.  How do I assign a click event
handler to a button I've created dynamically?
--
  ______     ___               __
/_  __/_ __/ _ )_______ ___ _/ /_____ ____
  / / / // / _  / __/ -_) _ `/  '_/ -_) __/
/_/  \_, /____/_/  \__/\_,_/_/\_\\__/_/
     /___/

There are 10 types of people in this world; those who understand the
binary numbering system and those who don't.

There's no place like 127.0.0.1.

ASCII a silly question, get a silly ANSI.

Author
25 Mar 2006 11:20 AM
Armin Zingler
"TyBreaker" <tybreakerNO@SPAMhotmail.com> schrieb
> I'm creating buttons on the fly as my program runs and I'm storing
> them all in an array for future referencing.  How do I assign a
> click event handler to a button I've created dynamically?


http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconAddOnRemoveOn.asp



Armin