Click here to Skip to main content
15,898,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalabout TAPI Pin
denly11-Mar-04 17:23
denly11-Mar-04 17:23 
GeneralRe: about TAPI Pin
Tarundeep Singh Kalra11-Mar-04 19:49
Tarundeep Singh Kalra11-Mar-04 19:49 
GeneralLexical/Char Sequence Increment Pin
Garth J Lancaster11-Mar-04 17:19
professionalGarth J Lancaster11-Mar-04 17:19 
GeneralRe: Lexical/Char Sequence Increment Pin
Chris Richardson12-Mar-04 14:44
Chris Richardson12-Mar-04 14:44 
GeneralRe: Lexical/Char Sequence Increment Pin
Garth J Lancaster12-Mar-04 14:58
professionalGarth J Lancaster12-Mar-04 14:58 
QuestionMFC: Easier way to know which Edit Control has the focus? Pin
Davex_11-Mar-04 16:42
Davex_11-Mar-04 16:42 
AnswerRe: MFC: Easier way to know which Edit Control has the focus? Pin
GDavy11-Mar-04 21:41
GDavy11-Mar-04 21:41 
AnswerRe: MFC: Easier way to know which Edit Control has the focus? Pin
Roger Allen12-Mar-04 1:23
Roger Allen12-Mar-04 1:23 
As a note, you could use:

CWnd *pFocus = GetFocus();
if (pFocus && pFocus->IsKindOf(RUNTIME_CLASS(CEdit)))
{
UINT id = pFocus->GetDlgCtrlID();
// makse use of the controls id here....


Roger Allen - Sonork 100.10016
Roger Wright: Remember to buckle up, please, and encourage your friends to do the same. It's not just about saving your life, but saving the quality of life for those you may leave behind...
GeneralRe: MFC: Easier way to know which Edit Control has the focus? Pin
Davex_12-Mar-04 4:13
Davex_12-Mar-04 4:13 
AnswerRe: MFC: Easier way to know which Edit Control has the focus? Pin
David Crow12-Mar-04 2:29
David Crow12-Mar-04 2:29 
GeneralMenu properties Pin
Member 80845911-Mar-04 16:37
Member 80845911-Mar-04 16:37 
GeneralRe: Menu properties Pin
toxcct11-Mar-04 21:40
toxcct11-Mar-04 21:40 
GeneralRe: Menu properties Pin
Bin2Hex11-Mar-04 22:52
Bin2Hex11-Mar-04 22:52 
GeneralRe: Menu properties Pin
David Crow12-Mar-04 2:30
David Crow12-Mar-04 2:30 
GeneralRe: Menu properties Pin
Bin2Hex12-Mar-04 3:11
Bin2Hex12-Mar-04 3:11 
GeneralRe: Menu properties Pin
Chris Richardson12-Mar-04 20:32
Chris Richardson12-Mar-04 20:32 
GeneralHelp in MFC intercept TCP Calls Pin
Member 91913011-Mar-04 15:35
Member 91913011-Mar-04 15:35 
GeneralRe: Help in MFC intercept TCP Calls Pin
l a u r e n11-Mar-04 15:43
l a u r e n11-Mar-04 15:43 
GeneralStep by step tooltips implementation using Visual C++ and mfc Pin
MeterMan11-Mar-04 14:30
MeterMan11-Mar-04 14:30 
GeneralRe: Step by step tooltips implementation using Visual C++ and mfc Pin
Florin Ochiana11-Mar-04 23:33
Florin Ochiana11-Mar-04 23:33 
GeneralRe: Step by step tooltips implementation using Visual C++ and mfc Pin
MeterMan12-Mar-04 10:47
MeterMan12-Mar-04 10:47 
GeneralTimerQueue timers not accurate on Dual Processors Pin
Gavin Stark11-Mar-04 7:03
Gavin Stark11-Mar-04 7:03 
GeneralMSFlexGrid function Pin
catngo11-Mar-04 6:20
catngo11-Mar-04 6:20 
GeneralRe: MSFlexGrid function Pin
Steve S11-Mar-04 6:27
Steve S11-Mar-04 6:27 
GeneralListing files from a dir Pin
RickyC11-Mar-04 5:49
RickyC11-Mar-04 5:49 

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.