Click here to Skip to main content
15,912,400 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to send a directory in lan messenger Pin
parada10-Dec-04 19:49
parada10-Dec-04 19:49 
AnswerRe: how to send a directory in lan messenger Pin
Dave Kreskowiak11-Dec-04 4:15
mveDave Kreskowiak11-Dec-04 4:15 
GeneralResource file cursor problem... Pin
TAlvord10-Dec-04 10:20
TAlvord10-Dec-04 10:20 
GeneralRe: Resource file cursor problem... Pin
Mekong River11-Dec-04 4:15
Mekong River11-Dec-04 4:15 
GeneralText box validation for Last name Pin
sangsram10-Dec-04 6:45
sangsram10-Dec-04 6:45 
GeneralRe: Text box validation for Last name Pin
nitin_ion10-Dec-04 20:19
nitin_ion10-Dec-04 20:19 
GeneralRe: Text box validation for Last name Pin
Dave Kreskowiak11-Dec-04 4:13
mveDave Kreskowiak11-Dec-04 4:13 
GeneralRe: Text box validation for Last name Pin
Mekong River11-Dec-04 4:24
Mekong River11-Dec-04 4:24 
You have to write your own code. In my opinion you should write the code as the following concept.

1. Write the code in the KeyPress or KeyCode event to check whether the textbox is blank or not.
2. If the textbox is blank, then any letter between a to z have to plus with 32 (I mean the ascii code of that letter must pluse with 32, Roll eyes | :rolleyes: maybe 32, try to check in the ascii code table). Then the small letter between a to z will display in capital letter A to Z.
3. If the textbox is not blank, then don't do anything.

Try to do it and wish you good luck.



A thousand mile of journey, begin with the first step.

APO-CEDC
Save Children Norway-Cambodia Office

Generalmsscript.ocx question... Pin
CherezZaboro10-Dec-04 4:50
CherezZaboro10-Dec-04 4:50 
GeneralDDE with API : sending a BMP Pin
Christian Hubert-Hugoud10-Dec-04 4:45
Christian Hubert-Hugoud10-Dec-04 4:45 
GeneralOpen Word Document from VB.Net Pin
Rand62610-Dec-04 4:10
Rand62610-Dec-04 4:10 
GeneralRe: Open Word Document from VB.Net Pin
Dave Kreskowiak10-Dec-04 5:22
mveDave Kreskowiak10-Dec-04 5:22 
Questionhow Can I use events from base classes? Pin
gaesquivel10-Dec-04 2:45
gaesquivel10-Dec-04 2:45 
AnswerRe: how Can I use events from base classes? Pin
Peter9310-Dec-04 3:09
Peter9310-Dec-04 3:09 
QuestionHow to insert a Word File into a form??? (in VB6.0) Pin
john_tran10-Dec-04 2:12
john_tran10-Dec-04 2:12 
AnswerRe: How to insert a Word File into a form??? (in VB6.0) Pin
Dave Kreskowiak10-Dec-04 5:16
mveDave Kreskowiak10-Dec-04 5:16 
GeneralRe: How to insert a Word File into a form??? (in VB6.0) Pin
john_tran10-Dec-04 14:47
john_tran10-Dec-04 14:47 
QuestionHow to check " charector in VB Pin
Boominathan9-Dec-04 22:42
Boominathan9-Dec-04 22:42 
AnswerRe: How to check " charector in VB Pin
Florent Geffroy9-Dec-04 22:48
Florent Geffroy9-Dec-04 22:48 
GeneralRe: How to check " character in VB Pin
Boominathan9-Dec-04 22:55
Boominathan9-Dec-04 22:55 
GeneralRe: How to check " character in VB Pin
Florent Geffroy9-Dec-04 23:15
Florent Geffroy9-Dec-04 23:15 
AnswerRe: How to check " charector in VB Pin
Anonymous9-Dec-04 22:53
Anonymous9-Dec-04 22:53 
GeneralRe: How to check " charector in VB Pin
Boominathan9-Dec-04 23:08
Boominathan9-Dec-04 23:08 
GeneralLinking DLL's Pin
Simon W Ross9-Dec-04 22:18
Simon W Ross9-Dec-04 22:18 
GeneralRe: Linking DLL's Pin
Dave Kreskowiak10-Dec-04 3:24
mveDave Kreskowiak10-Dec-04 3:24 

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.