changing code from in program

DaBomb

Member
Joined
Oct 13, 2007
Messages
5
Programming Experience
1-3
Is it possible to change the action of a button from inside a program?
For example, could I use a button to change another button's action to a message box showing "something"? (from some other function, like adding 1 to a variable)


OR...
Can I have said button calling a function in another module, and be able to edit that module (or whatever kind of file i need) while the rest of the program is running?
(and possibly using another button to change the function called)
 
Back
Top