Click here to Skip to main content
16,017,755 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to get Pin
Christian Graus2-May-05 16:26
protectorChristian Graus2-May-05 16:26 
GeneralRe: How to get Pin
rwestgraham2-May-05 18:58
rwestgraham2-May-05 18:58 
AnswerRe: How to get Pin
Het21092-May-05 19:19
Het21092-May-05 19:19 
GeneralMDI Container help Pin
coolsauron2-May-05 15:13
coolsauron2-May-05 15:13 
GeneralLimitations of Custom Controls... Pin
nick.ueda2-May-05 14:32
nick.ueda2-May-05 14:32 
GeneralRe: Limitations of Custom Controls... Pin
Christian Graus2-May-05 14:54
protectorChristian Graus2-May-05 14:54 
GeneralRe: Limitations of Custom Controls... Pin
nick.ueda2-May-05 15:05
nick.ueda2-May-05 15:05 
GeneralRe: Limitations of Custom Controls... Pin
Christian Graus2-May-05 15:28
protectorChristian Graus2-May-05 15:28 
You can inherit from a base Control class that does nothing, and then you'll be responsible for all painting and event handling, meaning you can create a control that does whatever you like. However, unless you have a strong need to do otherwise, you should base your controls on existing ones ( for example, a text box that validates input should just look like a normal text box at first glance ), so that your users are not confused.


Christian Graus - Microsoft MVP - C++
GeneralRe: Limitations of Custom Controls... Pin
nick.ueda2-May-05 15:33
nick.ueda2-May-05 15:33 
GeneralRe: Limitations of Custom Controls... Pin
Christian Graus2-May-05 15:36
protectorChristian Graus2-May-05 15:36 
GeneralRe: Limitations of Custom Controls... Pin
Dave Kreskowiak3-May-05 2:17
mveDave Kreskowiak3-May-05 2:17 
GeneralUsing a C++ dll in VB.net Pin
Reanalyse2-May-05 13:45
Reanalyse2-May-05 13:45 
GeneralRe: Using a C++ dll in VB.net Pin
Christian Graus2-May-05 13:59
protectorChristian Graus2-May-05 13:59 
GeneralRe: Using a C++ dll in VB.net Pin
Reanalyse2-May-05 14:50
Reanalyse2-May-05 14:50 
GeneralRe: Using a C++ dll in VB.net Pin
Christian Graus2-May-05 14:54
protectorChristian Graus2-May-05 14:54 
GeneralRe: Using a C++ dll in VB.net Pin
Reanalyse3-May-05 14:37
Reanalyse3-May-05 14:37 
GeneralRe: Using a C++ dll in VB.net Pin
Christian Graus3-May-05 14:48
protectorChristian Graus3-May-05 14:48 
GeneralRe: Using a C++ dll in VB.net Pin
Reanalyse3-May-05 16:01
Reanalyse3-May-05 16:01 
GeneralRe: Using a C++ dll in VB.net Pin
Christian Graus3-May-05 16:11
protectorChristian Graus3-May-05 16:11 
GeneralApp config help Pin
Joey Picerno2-May-05 10:23
Joey Picerno2-May-05 10:23 
GeneralRe: App config help Pin
mike2k52-May-05 11:58
mike2k52-May-05 11:58 
GeneralRe: App config help Pin
Joey Picerno2-May-05 12:51
Joey Picerno2-May-05 12:51 
GeneralRe: App config help Pin
Het21092-May-05 18:43
Het21092-May-05 18:43 
GeneralKilling child processes Pin
Sam Marrocco2-May-05 8:29
Sam Marrocco2-May-05 8:29 
GeneralGet variables set in a SUB Pin
mike2k52-May-05 8:19
mike2k52-May-05 8:19 

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.