Click here to Skip to main content
15,921,212 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
Robert A. T. Káldy5-Mar-04 0:11
Robert A. T. Káldy5-Mar-04 0:11 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
Prakash Nadar5-Mar-04 0:41
Prakash Nadar5-Mar-04 0:41 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
schaereran@gmx.net5-Mar-04 1:36
schaereran@gmx.net5-Mar-04 1:36 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
Prakash Nadar5-Mar-04 0:43
Prakash Nadar5-Mar-04 0:43 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
schaereran@gmx.net5-Mar-04 2:16
schaereran@gmx.net5-Mar-04 2:16 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
S van Leent5-Mar-04 10:17
S van Leent5-Mar-04 10:17 
AnswerRe: technique for assure, that a function is overwritten in c++?? Pin
Joe Woodbury6-Mar-04 11:57
professionalJoe Woodbury6-Mar-04 11:57 
GeneralDetect Debug Exes Pin
tojamismis4-Mar-04 21:34
tojamismis4-Mar-04 21:34 
GeneralRe: Detect Debug Exes Pin
Prakash Nadar4-Mar-04 21:59
Prakash Nadar4-Mar-04 21:59 
GeneralRe: Detect Debug Exes Pin
bilal789-Mar-04 18:01
bilal789-Mar-04 18:01 
GeneralMessages from the service control manager Pin
JensB4-Mar-04 21:23
JensB4-Mar-04 21:23 
GeneralHINSTANCE inst = AfxGetInstanceHandle(); Pin
akirachen4-Mar-04 21:22
akirachen4-Mar-04 21:22 
GeneralRe: HINSTANCE inst = AfxGetInstanceHandle(); Pin
Iain Clarke, Warrior Programmer5-Mar-04 3:28
Iain Clarke, Warrior Programmer5-Mar-04 3:28 
QuestionHow to change the account type of current logged on user thru my application? Pin
.NetRams4-Mar-04 20:35
.NetRams4-Mar-04 20:35 
AnswerRe: How to change the account type of current logged on user thru my application? Pin
Mazdak4-Mar-04 21:09
Mazdak4-Mar-04 21:09 
GeneralRe: How to change the account type of current logged on user thru my application? Pin
.NetRams5-Mar-04 1:12
.NetRams5-Mar-04 1:12 
GeneralRe: How to change the account type of current logged on user thru my application? Pin
Steve S7-Mar-04 22:42
Steve S7-Mar-04 22:42 
GeneralMultiple Controls One Handler Pin
monrobot134-Mar-04 20:28
monrobot134-Mar-04 20:28 
GeneralRe: Multiple Controls One Handler Pin
Michael Dunn4-Mar-04 20:54
sitebuilderMichael Dunn4-Mar-04 20:54 
GeneralRe: Multiple Controls One Handler Pin
monrobot135-Mar-04 6:04
monrobot135-Mar-04 6:04 
GeneralRe: Multiple Controls One Handler Pin
Robert A. T. Káldy4-Mar-04 22:30
Robert A. T. Káldy4-Mar-04 22:30 
GeneralRe: Multiple Controls One Handler Pin
monrobot135-Mar-04 6:06
monrobot135-Mar-04 6:06 
GeneralRe: Multiple Controls One Handler Pin
James R. Twine5-Mar-04 7:26
James R. Twine5-Mar-04 7:26 
Use can use ON_CONTROL_RANGE as said earlier but you must be sure that the ranges of the controls given are contigious and in order.

What is meant by "pass the appropriate ID to nID parameter" is that when the method is called, the nID parameter will be the ID of the control that just lost focus.

(Note that if you are planning to do something like validate and keep the user on a certain control if validation fails, this is a bad GUI design decision.)

Peace!

-=- James (Sonork:100.21837)
[Tip for SUV winter driving survival: "Professional Driver on Closed Course" does not mean "your Dumb Ass on a Public Road"!]
[Get Delete FXP Files Now!]

GeneralRe: Multiple Controls One Handler Pin
monrobot135-Mar-04 10:51
monrobot135-Mar-04 10:51 
GeneralAdoConnection.Execute Pin
ananymous4-Mar-04 20:27
ananymous4-Mar-04 20:27 

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.