Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Make each cell in a CListCtrl a little bigger Pin
anderslundsgard5-Dec-04 23:41
anderslundsgard5-Dec-04 23:41 
QuestionHow I can stop an USB-drive from my application? Pin
Rolf Faßler2-Dec-04 23:20
Rolf Faßler2-Dec-04 23:20 
QuestionHow to put tables into RichEdit Pin
Lee Seung Ic2-Dec-04 21:43
Lee Seung Ic2-Dec-04 21:43 
Questionhow to change Pin
vc-programmer-2-Dec-04 20:51
vc-programmer-2-Dec-04 20:51 
GeneralProblem linkage Pin
JensB2-Dec-04 20:25
JensB2-Dec-04 20:25 
GeneralRe: Problem linkage Pin
Nish Nishant2-Dec-04 20:50
sitebuilderNish Nishant2-Dec-04 20:50 
GeneralOnly Numeric value in Edit Box Pin
zahid_ash2-Dec-04 19:42
zahid_ash2-Dec-04 19:42 
GeneralRe: Only Numeric value in Edit Box Pin
Vikram Kashyap2-Dec-04 19:51
Vikram Kashyap2-Dec-04 19:51 
Hi,

You run a loop and check the ASCII value of the charter entered into that edit box. If the value is falling between 97 - 122 (means user is trying to enter some alphabets using lower case), if the value is falling between 65 - 90 (means user is trying to enter some alphabets using upper case). Here you can give the appropriate message.

Bye....

Roll eyes | :rolleyes:
GeneralRe: Only Numeric value in Edit Box ( Where i catch the key press event ) Pin
zahid_ash2-Dec-04 20:43
zahid_ash2-Dec-04 20:43 
GeneralRe: Only Numeric value in Edit Box Pin
Nish Nishant2-Dec-04 20:45
sitebuilderNish Nishant2-Dec-04 20:45 
GeneralRe: Only Numeric value in Edit Box Pin
zahid_ash2-Dec-04 21:01
zahid_ash2-Dec-04 21:01 
GeneralRe: Only Numeric value in Edit Box Pin
Nish Nishant2-Dec-04 21:26
sitebuilderNish Nishant2-Dec-04 21:26 
GeneralRe: Only Numeric value in Edit Box Pin
Vikram Kashyap2-Dec-04 21:54
Vikram Kashyap2-Dec-04 21:54 
GeneralRe: Only Numeric value in Edit Box Pin
David Crow3-Dec-04 2:18
David Crow3-Dec-04 2:18 
GeneralHelp me... Pin
dSolariuM2-Dec-04 19:32
dSolariuM2-Dec-04 19:32 
GeneralRe: Help me... Pin
Vikram Kashyap2-Dec-04 19:55
Vikram Kashyap2-Dec-04 19:55 
GeneralRe: Help me... Pin
david_gilmour2-Dec-04 21:07
david_gilmour2-Dec-04 21:07 
GeneralRe: Help me... Pin
David Crow3-Dec-04 2:20
David Crow3-Dec-04 2:20 
Generalmessagebox problem Pin
tiziacaia2-Dec-04 18:41
tiziacaia2-Dec-04 18:41 
GeneralRe: messagebox problem Pin
Nish Nishant2-Dec-04 19:27
sitebuilderNish Nishant2-Dec-04 19:27 
GeneralRe: messagebox problem Pin
tiziacaia3-Dec-04 5:45
tiziacaia3-Dec-04 5:45 
GeneralRe: messagebox problem Pin
V.2-Dec-04 23:15
professionalV.2-Dec-04 23:15 
AnswerRe: How much overhead does std::vector have? Pin
John R. Shaw2-Dec-04 18:30
John R. Shaw2-Dec-04 18:30 
AnswerRe: How much overhead does std::vector have? Pin
Tim Smith3-Dec-04 4:31
Tim Smith3-Dec-04 4:31 
GeneralRe: How much overhead does std::vector have? Pin
Robert Buldoc3-Dec-04 6:55
Robert Buldoc3-Dec-04 6:55 

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.