Re: My First Custom Control
This tutorial might look primitive but it is by fare very easy to follow (lots of picture to help :) :) :))
http://cuinl.tripod.com/tutorials/ocx-11.htm
Here is another good one from developer.com although it got very few picture and used some other code
http://www.developer.com/net/vb/article.php/1539541
Re: My First Custom Control
There is a Property Page Wizard add-in available that can help you with the creation of a property page.
1 Attachment(s)
Re: My First Custom Control
Here's a quick demo of an RTB Custom control.
It pretty much does nothing except "override" the text property and adds "WOOF" to the text.
This is merely a concept idea on how you can modify the control.
Just type into the normal textbox and then click the button.
WOka