-
Hi
How do I make a button component of my own, that is a class that inherits the properties of a button component and adds a bit of functionality in it?
Then, how do I add the button I made onto my form?
Also, is it possible to make this button into a component that I can use in my other projects?
Kride
____________
You can do almost anything in life as long as you don't rush it.
-
Create an activex component add the button and create methods and properties and events for it when it is compiled it can be included in the components of any project.
They are great fun to create.
Regards
Chris
-
Open a new project and take ActiveX control instead of standard exe;
With this project U can use the functionality of the controls y're adding on your form and give it some own made.
after creating it you can usez it in other projects.
-
Thanks mates
Think I'll have to activeXate myself fot this one..
K