M Matt Jul 30, 2003 #1 How do you programatically create/copy a button? Once this button is created, how do I give it actions? -Matt03
How do you programatically create/copy a button? Once this button is created, how do I give it actions? -Matt03
M Marshall Barton Jul 30, 2003 #2 Matt said: How do you programatically create/copy a button? Once this button is created, how do I give it actions? Click to expand... Don't do that programatically. You should create all the buttons you'll need at design time and then enable/disable them (or make them visible) as needed.
Matt said: How do you programatically create/copy a button? Once this button is created, how do I give it actions? Click to expand... Don't do that programatically. You should create all the buttons you'll need at design time and then enable/disable them (or make them visible) as needed.