Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory Pin
Dave Bryant12-Aug-03 12:33
Dave Bryant12-Aug-03 12:33 
GeneralRe: Memory Pin
Hosam Aly Mahmoud12-Aug-03 18:15
Hosam Aly Mahmoud12-Aug-03 18:15 
GeneralRe: Memory Pin
Dave Bryant12-Aug-03 18:19
Dave Bryant12-Aug-03 18:19 
GeneralRe: Memory Pin
Hosam Aly Mahmoud12-Aug-03 18:35
Hosam Aly Mahmoud12-Aug-03 18:35 
GeneralRe: Memory Pin
John M. Drescher12-Aug-03 19:07
John M. Drescher12-Aug-03 19:07 
GeneralRe: Memory Pin
Hosam Aly Mahmoud16-Aug-03 17:35
Hosam Aly Mahmoud16-Aug-03 17:35 
GeneralRe: Memory Pin
John M. Drescher12-Aug-03 19:27
John M. Drescher12-Aug-03 19:27 
GeneralHelp: I can not set focus to an Edit Box. Pin
bin892212-Aug-03 11:51
bin892212-Aug-03 11:51 
In the dialog box, there are 3 edit boxes. After the dialog box initialized, the first edit box is highlighted and also have focus. What I want to do is when the first edit box is not empty, set it as ready only and also set the focus to the second dialog box.
I tried
GetDlgItem(IDC_EDIT2)->SetFocus(); Not working

Also tried
CEdit *pEdit =(CEdit*)GetDlgItem(IDC_EDIT2);
pEdit->SetFocus();
still not working.

Please help me with this problem.
GeneralRe: Help: I can not set focus to an Edit Box. Pin
Neville Franks12-Aug-03 12:53
Neville Franks12-Aug-03 12:53 
GeneralRe: Help: I can not set focus to an Edit Box. Pin
Anonymous12-Aug-03 14:28
Anonymous12-Aug-03 14:28 
GeneralTool Tip Weirdness Pin
Diarrhio12-Aug-03 11:51
Diarrhio12-Aug-03 11:51 
QuestionHow can I display text next to the toolbar button when the mouse is on top of it? Pin
ElizabethC12-Aug-03 11:47
ElizabethC12-Aug-03 11:47 
AnswerRe: How can I display text next to the toolbar button when the mouse is on top of it? Pin
ElizabethC12-Aug-03 13:06
ElizabethC12-Aug-03 13:06 
Generalkey pressed and bitmap button pressed ! Pin
Member 50419912-Aug-03 11:41
Member 50419912-Aug-03 11:41 
GeneralRe: key pressed and bitmap button pressed ! Pin
PremL13-Aug-03 6:05
PremL13-Aug-03 6:05 
GeneralODBC DoDataExchange() Pin
Jan Hirak12-Aug-03 10:23
Jan Hirak12-Aug-03 10:23 
Generaldirect-x or open-gl knowledge Pin
includeh1012-Aug-03 10:22
includeh1012-Aug-03 10:22 
GeneralRe: direct-x or open-gl knowledge Pin
ZoogieZork12-Aug-03 11:26
ZoogieZork12-Aug-03 11:26 
GeneralRe: direct-x or open-gl knowledge Pin
includeh1013-Aug-03 7:45
includeh1013-Aug-03 7:45 
GeneralSending file Pin
MemLeak12-Aug-03 10:07
MemLeak12-Aug-03 10:07 
GeneralRe: Sending file Pin
Jörgen Sigvardsson12-Aug-03 13:35
Jörgen Sigvardsson12-Aug-03 13:35 
GeneralRe: Sending file Pin
PJ Arends12-Aug-03 17:20
professionalPJ Arends12-Aug-03 17:20 
GeneralRtclick on the Tree control is not working Pin
Binayak12-Aug-03 9:28
Binayak12-Aug-03 9:28 
GeneralRe: Rtclick on the Tree control is not working Pin
HPSI12-Aug-03 13:30
HPSI12-Aug-03 13:30 
GeneralRe: Rtclick on the Tree control is not working Pin
Binayak12-Aug-03 13:37
Binayak12-Aug-03 13:37 

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.