Click here to Skip to main content
16,008,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help please! Pin
Stephen Hewitt28-May-07 17:35
Stephen Hewitt28-May-07 17:35 
GeneralRe: help please! Pin
ginjikun29-May-07 18:29
ginjikun29-May-07 18:29 
QuestionCreate uninstall program Pin
Md. Mazharul Islam Khan27-May-07 22:45
Md. Mazharul Islam Khan27-May-07 22:45 
AnswerHow to Create uninstall program??? Pin
Md. Mazharul Islam Khan27-May-07 23:25
Md. Mazharul Islam Khan27-May-07 23:25 
QuestionMulti threads to download http file---please help me! Pin
victording27-May-07 22:32
victording27-May-07 22:32 
QuestionCheck Numeric value Pin
garfield18527-May-07 22:30
garfield18527-May-07 22:30 
AnswerRe: Check Numeric value Pin
_AnsHUMAN_ 27-May-07 22:38
_AnsHUMAN_ 27-May-07 22:38 
AnswerRe: Check Numeric value Pin
Anurag Gandhi27-May-07 22:45
professionalAnurag Gandhi27-May-07 22:45 
If you just want to allow only numeric value in the Edit Box, Go to property window and Set the Number property to True.
Or
If you want to validate it after user have entered the character, use Dailog Data Exchange (DDX) and Dialog Data Validate (DDV) in
DoDataExchange(CDataExchange* pDX) function.
Else
Scan the text and use isdigit() for each char.

If any one have better solution, pls let me know.

Anurag Gandhi.

AnswerRe: Check Numeric value Pin
garfield18527-May-07 22:57
garfield18527-May-07 22:57 
GeneralRe: Check Numeric value Pin
_AnsHUMAN_ 28-May-07 0:05
_AnsHUMAN_ 28-May-07 0:05 
AnswerRe: Check Numeric value Pin
Lane Yu27-May-07 23:57
Lane Yu27-May-07 23:57 
QuestionProblem in "multi thread to download http file",thanks! Pin
victording27-May-07 22:27
victording27-May-07 22:27 
Questionabout SendMessage Pin
mt_samiei27-May-07 22:07
mt_samiei27-May-07 22:07 
AnswerRe: about SendMessage Pin
CPallini27-May-07 22:51
mveCPallini27-May-07 22:51 
JokeRe: about SendMessage Pin
Rajesh R Subramanian28-May-07 1:08
professionalRajesh R Subramanian28-May-07 1:08 
GeneralRe: about SendMessage Pin
CPallini28-May-07 1:36
mveCPallini28-May-07 1:36 
JokeRe: about SendMessage Pin
Hamid_RT28-May-07 1:59
Hamid_RT28-May-07 1:59 
AnswerRe: about SendMessage Pin
nitin328-May-07 0:30
nitin328-May-07 0:30 
AnswerRe: about SendMessage Pin
Hamid_RT28-May-07 1:13
Hamid_RT28-May-07 1:13 
QuestionHow to block Alt+F4 for a dialogbox Pin
Neo Andreson27-May-07 21:51
Neo Andreson27-May-07 21:51 
AnswerRe: How to block Alt+F4 for a dialogbox Pin
Rajesh R Subramanian27-May-07 22:07
professionalRajesh R Subramanian27-May-07 22:07 
QuestionHow to remove the selected temporary internet files programmatically? Pin
Mushtaque Nizamani27-May-07 21:50
Mushtaque Nizamani27-May-07 21:50 
AnswerRe: How to remove the selected temporary internet files programmatically? Pin
Hamid_RT28-May-07 1:57
Hamid_RT28-May-07 1:57 
GeneralRe: How to remove the selected temporary internet files programmatically? Pin
Mushtaque Nizamani31-May-07 20:52
Mushtaque Nizamani31-May-07 20:52 
GeneralRe: How to remove the selected temporary internet files programmatically? Pin
Hamid_RT1-Jun-07 1:28
Hamid_RT1-Jun-07 1:28 

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.