dkfjgodgkldjflgdgdgd
Programmer
I'm writing an app that will add controls based on program settings within a setup file. Problem with working this way is I cant use event handling subs such as AButton_Click(), because it's impossible to know what controls will exist before I've compiled the program. What I want to know is if there's a way to determine if an event occured within my code (i.e If AButton = Clicked then... Of course <- that won't work). Is there any way of doing this????