Click here to Skip to main content
15,924,507 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: base64_decode Pin
Guffa20-Mar-07 14:40
Guffa20-Mar-07 14:40 
GeneralRe: base64_decode Pin
Liottru20-Mar-07 21:21
Liottru20-Mar-07 21:21 
Questionvalidation in windows application Pin
amruta_muley20-Mar-07 7:45
amruta_muley20-Mar-07 7:45 
AnswerRe: validation in windows application Pin
Dave Kreskowiak20-Mar-07 7:57
mveDave Kreskowiak20-Mar-07 7:57 
AnswerRe: validation in windows application Pin
manni_n20-Mar-07 9:47
manni_n20-Mar-07 9:47 
AnswerRe: validation in windows application Pin
amruta_muley20-Mar-07 17:23
amruta_muley20-Mar-07 17:23 
GeneralRe: validation in windows application Pin
manni_n20-Mar-07 20:38
manni_n20-Mar-07 20:38 
AnswerRe: validation in windows application Pin
Christian Graus20-Mar-07 17:49
protectorChristian Graus20-Mar-07 17:49 
You can handle the keypress event of your textbox, and set handled to true if it's a character you don't want. You can handle the leave event, and set focus back on the control if the input is not valid ( use a regex, probably )

Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionVB.Net 2.0 Checkbook Register? Pin
Owen3720-Mar-07 7:13
Owen3720-Mar-07 7:13 
AnswerRe: VB.Net 2.0 Checkbook Register? Pin
Dave Kreskowiak20-Mar-07 7:54
mveDave Kreskowiak20-Mar-07 7:54 
GeneralRe: VB.Net 2.0 Checkbook Register? Pin
Owen3720-Mar-07 8:04
Owen3720-Mar-07 8:04 
GeneralRe: VB.Net 2.0 Checkbook Register? Pin
Dave Kreskowiak20-Mar-07 8:43
mveDave Kreskowiak20-Mar-07 8:43 
GeneralRe: VB.Net 2.0 Checkbook Register? Pin
Owen3720-Mar-07 9:53
Owen3720-Mar-07 9:53 
QuestionHow to type on command window at an instance? Pin
barkanb20-Mar-07 6:06
barkanb20-Mar-07 6:06 
AnswerRe: How to type on command window at an instance? Pin
Dave Kreskowiak20-Mar-07 6:13
mveDave Kreskowiak20-Mar-07 6:13 
GeneralRe: How to type on command window at an instance? Pin
barkanb20-Mar-07 6:23
barkanb20-Mar-07 6:23 
QuestionRe: How to type on command window at an instance? Pin
barkanb20-Mar-07 7:07
barkanb20-Mar-07 7:07 
AnswerRe: How to type on command window at an instance? Pin
Dave Kreskowiak20-Mar-07 7:23
mveDave Kreskowiak20-Mar-07 7:23 
AnswerRe: How to type on command window at an instance? Pin
barkanb20-Mar-07 20:58
barkanb20-Mar-07 20:58 
GeneralRe: How to type on command window at an instance? Pin
Dave Kreskowiak21-Mar-07 1:39
mveDave Kreskowiak21-Mar-07 1:39 
GeneralRe: How to type on command window at an instance? Pin
barkanb21-Mar-07 4:19
barkanb21-Mar-07 4:19 
QuestionRe: How to type on command window at an instance? Pin
barkanb21-Mar-07 7:23
barkanb21-Mar-07 7:23 
AnswerRe: How to type on command window at an instance? Pin
Dave Kreskowiak21-Mar-07 8:40
mveDave Kreskowiak21-Mar-07 8:40 
AnswerRe: How to type on command window at an instance? Pin
barkanb22-Mar-07 0:46
barkanb22-Mar-07 0:46 
GeneralRe: How to type on command window at an instance? Pin
Dave Kreskowiak22-Mar-07 2:20
mveDave Kreskowiak22-Mar-07 2:20 

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.