VBA Style - automatic Function Generator for possible Events

You need some new stunning features ? Tell us here.
K.puts
New User
New User
Posts: 6
Joined: Tue Sep 12, 2006 9:23 pm

VBA Style - automatic Function Generator for possible Events

Post by K.puts »

Would be cool if there would be a list of all possible events attached to every gadget
(like in VBA) and with a single button click the function will be pre-written in the
Event-File (based on the Button's Name - like in VBA, too).

Example:
Button1_LeftClick()
Button1_RightClick()

If the Button Name is changed to "MyButton" it would be:
MyButton_LeftClick()
MyButton_RightClick()

In VBA 2010 it's a dropdown-list.
In older Versions, there was a table with a button behind every possible event -
I think that was a better handling.
In a second row there could be the possibilty to add parameters to the function, if necessary.

The Event-Handling should be automaticly written in the GUI-File (like it is now).

Thanx.
MachineCode
Addict
Addict
Posts: 1482
Joined: Tue Feb 22, 2011 1:16 pm

Re: VBA Style - automatic Function Generator for possible Ev

Post by MachineCode »

+1
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
Post Reply