Click here to Skip to main content
15,908,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: loading and displaying images Pin
Fatima Tuz Zahra13-Jan-06 20:25
Fatima Tuz Zahra13-Jan-06 20:25 
GeneralRe: loading and displaying images Pin
includeh1013-Jan-06 20:38
includeh1013-Jan-06 20:38 
GeneralRe: loading and displaying images Pin
Fatima Tuz Zahra13-Jan-06 20:54
Fatima Tuz Zahra13-Jan-06 20:54 
GeneralRe: loading and displaying images Pin
includeh1014-Jan-06 3:32
includeh1014-Jan-06 3:32 
GeneralRe: loading and displaying images Pin
ThatsAlok15-Jan-06 21:06
ThatsAlok15-Jan-06 21:06 
QuestionSubclassing CEdit, OnChar Pin
Lilith.C13-Jan-06 17:36
Lilith.C13-Jan-06 17:36 
AnswerRe: Subclassing CEdit, OnChar Pin
includeh1013-Jan-06 17:56
includeh1013-Jan-06 17:56 
GeneralRe: Subclassing CEdit, OnChar Pin
FarPointer14-Jan-06 0:21
FarPointer14-Jan-06 0:21 
if you control both OnChar and onkeydown, it should work.

This is the note given in MSDN explaining the correct scenario explaning that you cant fool the system .

Note This member function is called by the framework to allow your application to handle a Windows message. The parameters passed to your function reflect the parameters received by the framework when the message was received. If you call the base-class implementation of this function, that implementation will use the parameters originally passed with the message and not the parameters you supply to the function.

in your case map the EN_UPDATE ,check wether the characters are integers and if the count goes above 10 , you do the required .

Regards
FarPointer.
GeneralRe: Subclassing CEdit, OnChar Pin
Lilith.C14-Jan-06 3:54
Lilith.C14-Jan-06 3:54 
QuestionPrevent endtask the application Pin
leenmie13-Jan-06 16:09
leenmie13-Jan-06 16:09 
AnswerRe: Prevent endtask the application Pin
Stephen Hewitt13-Jan-06 21:45
Stephen Hewitt13-Jan-06 21:45 
GeneralRe: Prevent endtask the application Pin
John Simon14-Jan-06 13:47
John Simon14-Jan-06 13:47 
QuestionStarting another process Pin
Polymorpher13-Jan-06 14:40
Polymorpher13-Jan-06 14:40 
AnswerRe: Starting another process Pin
Stephen Hewitt13-Jan-06 15:10
Stephen Hewitt13-Jan-06 15:10 
QuestionHow to call Mircosoft Word from with a program with the ".doc" name being loaded already Pin
Larry Mills Sr13-Jan-06 14:32
Larry Mills Sr13-Jan-06 14:32 
AnswerRe: How to call Mircosoft Word from with a program with the ".doc" name being loaded already Pin
KellyR13-Jan-06 14:45
KellyR13-Jan-06 14:45 
AnswerRe: How to call Mircosoft Word from with a program with the ".doc" name being loaded already Pin
FarPointer14-Jan-06 0:04
FarPointer14-Jan-06 0:04 
QuestionHow to send a shortcut from a program to the desktop Pin
Larry Mills Sr13-Jan-06 14:26
Larry Mills Sr13-Jan-06 14:26 
AnswerRe: How to send a shortcut from a program to the desktop Pin
KellyR13-Jan-06 14:51
KellyR13-Jan-06 14:51 
QuestionAccessing MFC classes in VB Pin
mohanrajh13-Jan-06 14:14
mohanrajh13-Jan-06 14:14 
AnswerRe: Accessing MFC classes in VB Pin
includeh1013-Jan-06 18:02
includeh1013-Jan-06 18:02 
GeneralRe: Accessing MFC classes in VB Pin
mohanrajh14-Jan-06 0:13
mohanrajh14-Jan-06 0:13 
QuestionVS2005 Dialog Editor -> Add Variable - Control Id field is blank Pin
Yak7713-Jan-06 12:47
Yak7713-Jan-06 12:47 
QuestionQuestion when writing an Assert function Pin
Nacho Chip13-Jan-06 12:30
Nacho Chip13-Jan-06 12:30 
AnswerRe: Question when writing an Assert function Pin
Stephen Hewitt13-Jan-06 18:58
Stephen Hewitt13-Jan-06 18:58 

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.