BlueIshDan
☠
- Local time
- Today, 02:48
- Joined
- May 15, 2014
- Messages
- 1,121
Hello, I have a lot of experience in the Visual Studio IDE environment and I have been working with Access VBA for almost a year now.
I am very used to generating my form controls in runtime and being able to create some cool user interface interactions by being able to say btnExample.OnClick += MyDynamicClickFunction
MyDynamicClickFunction(Object sender, EventArgs e).... code
Does anyone know of a way to assign functions to the events of already made controls on a form. Probably during the load event?
Now I have found that there are many ways to replicate Visual Studio's features by accessing User32 and replicating them, so it would also be great if anyone had a direction to point me towards.
Thanks!
BlueIshDan
I am very used to generating my form controls in runtime and being able to create some cool user interface interactions by being able to say btnExample.OnClick += MyDynamicClickFunction
MyDynamicClickFunction(Object sender, EventArgs e).... code
Does anyone know of a way to assign functions to the events of already made controls on a form. Probably during the load event?
Now I have found that there are many ways to replicate Visual Studio's features by accessing User32 and replicating them, so it would also be great if anyone had a direction to point me towards.
Thanks!
BlueIshDan