Click here to Skip to main content
15,887,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: video streaming Pin
gkumaresan19-Jul-09 0:11
gkumaresan19-Jul-09 0:11 
QuestionHttpWebRequest.GetResponse 403... but works with Fiddler! Pin
Jimmator21-May-07 17:19
Jimmator21-May-07 17:19 
AnswerRe: HttpWebRequest.GetResponse 403... but works with Fiddler! Pin
Jimmator22-May-07 7:17
Jimmator22-May-07 7:17 
GeneralRe: HttpWebRequest.GetResponse 403... but works with Fiddler! Pin
Dave Kreskowiak22-May-07 8:34
mveDave Kreskowiak22-May-07 8:34 
QuestionMultiline Listbox Pin
The ANZAC21-May-07 12:07
The ANZAC21-May-07 12:07 
AnswerRe: Multiline Listbox Pin
Dave Kreskowiak21-May-07 16:12
mveDave Kreskowiak21-May-07 16:12 
GeneralRe: Multiline Listbox Pin
The ANZAC21-May-07 17:03
The ANZAC21-May-07 17:03 
GeneralRe: Multiline Listbox Pin
Dave Kreskowiak22-May-07 8:27
mveDave Kreskowiak22-May-07 8:27 
Wow. You're asking a huge question. There is no one source for learning how to make custom controls from scratch, just like there is no one source for learning how to make Windows Forms apps.

What's usually forgotten on people new to programming, or with little experience, is that the UI portion of an app or control makes up less than half the total code. The primary function of either of these code bases is data management.

Just about everyone who plays them doesn't realize that games are some of the most specialized, high-performance database applications you'll find.

The questions becomes how are you going to manage the data that the control is going to render? Are there any controls that you can use as a base that approximate what you want to do? If so, then a large chunk of your work is done. Why reinvent the wheel?

I don't have any articles or websites that tell everything about making custom controls. These are topics that can take up entire books. What you need to be doing is research. Picking up the books on VB.NET/C#/Whatever and going through them. Finding different custom controls and seeing how they work. Pick them apart and study them. Did you know that the Form class is nothing but an implementation of Control? Hmmm...

That's how I figured it out...



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Multiline Listbox Pin
The ANZAC22-May-07 11:17
The ANZAC22-May-07 11:17 
GeneralRe: Multiline Listbox Pin
Dave Kreskowiak22-May-07 12:15
mveDave Kreskowiak22-May-07 12:15 
GeneralRe: Multiline Listbox Pin
The ANZAC22-May-07 12:19
The ANZAC22-May-07 12:19 
GeneralRe: Multiline Listbox Pin
Dave Kreskowiak23-May-07 15:12
mveDave Kreskowiak23-May-07 15:12 
QuestionProblem with SQL... Pin
CCG321-May-07 11:33
CCG321-May-07 11:33 
AnswerRe: Problem with SQL... Pin
Dave Herren21-May-07 12:09
Dave Herren21-May-07 12:09 
GeneralRe: Problem with SQL... Pin
CCG321-May-07 12:22
CCG321-May-07 12:22 
GeneralRe: Problem with SQL... Pin
Dave Herren22-May-07 10:38
Dave Herren22-May-07 10:38 
AnswerRe: Problem with SQL... Pin
Christian Graus21-May-07 13:02
protectorChristian Graus21-May-07 13:02 
GeneralRe: Problem with SQL... Pin
CCG322-May-07 0:56
CCG322-May-07 0:56 
Questionconvert app from windows to PPC? Pin
amatbrewer21-May-07 10:50
amatbrewer21-May-07 10:50 
AnswerRe: convert app from windows to PPC? Pin
Dave Kreskowiak21-May-07 13:14
mveDave Kreskowiak21-May-07 13:14 
GeneralRe: convert app from windows to PPC? Pin
amatbrewer22-May-07 8:36
amatbrewer22-May-07 8:36 
QuestionActivate a Textbox in a other Program Pin
Beginner_HC21-May-07 9:27
Beginner_HC21-May-07 9:27 
AnswerRe: Activate a Textbox in a other Program Pin
Dave Kreskowiak21-May-07 10:00
mveDave Kreskowiak21-May-07 10:00 
GeneralRe: Activate a Textbox in a other Program Pin
Dave Herren21-May-07 11:02
Dave Herren21-May-07 11:02 
GeneralRe: Activate a Textbox in a other Program Pin
Dave Kreskowiak21-May-07 13:16
mveDave Kreskowiak21-May-07 13:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.