Visual Basic Development Bookmark and Share   
 Home > Visual Basic General > Custom Controls
 

Custom Controls

I am new to VB 2008 having spent most of my time in 2003. What is the recommendation for the best place to get a primer on creating custom controls in VB.NET. I prefer to use VB directly and not the WPF.

Thanks.

John
ManagerJohn  4 hours 22 minutes ago
There is an example here:
http://msdn.microsoft.com/en-us/library/ms996443.aspx

Note that you will need to be specific about your process. You can :
1. Create a control as a composition of existing controls (a User Control)
2. Create a control by inheriting from an existing control
3. Create a control by inheriting from System.Windows.Forms.Controls

The three options require somewhat different techniques.
Acamar  4 hours 6 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• Failed to open connection to database
• working with databases
• A Web Browser thing?
• Use a private class and it's members from another class?
• What is the preferred\most common way to display SQL RS reports
• In Access 2007, how can I communicate with a form's subform?
• VBA sums
• Question about Deleting Files
• Multiple colored fonts within a control?
• can anyone send me dexplore.exe file