Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Detecting the end of the file Pin
David Crow29-May-07 4:04
David Crow29-May-07 4:04 
AnswerRe: Detecting the end of the file Pin
Aint29-May-07 17:01
Aint29-May-07 17:01 
QuestionRe: Detecting the end of the file Pin
David Crow30-May-07 2:39
David Crow30-May-07 2:39 
Question[Message Deleted] Pin
garfield18528-May-07 22:36
garfield18528-May-07 22:36 
AnswerRe: Cannot write in an Edit Box Pin
Naveen28-May-07 22:46
Naveen28-May-07 22:46 
GeneralRe: Cannot write in an Edit Box Pin
garfield18528-May-07 22:48
garfield18528-May-07 22:48 
GeneralRe: Cannot write in an Edit Box Pin
Naveen28-May-07 23:03
Naveen28-May-07 23:03 
AnswerRe: Cannot write in an Edit Box Pin
_AnsHUMAN_ 28-May-07 22:49
_AnsHUMAN_ 28-May-07 22:49 
There are a few questions that you need to answer before you get the answer here Roll eyes | :rolleyes:
1) How are you creating the dialog (Modal/Modeless)?
2) Are you explicitly trying to set the focus on the Edit Control. If yes,
Do remember one thing - OnInitDialog returns TRUE to indicate that the focus should be set to the first control in the dialog box. So if you are setting the focus explicitly to some other control return FALSE from OnInitDialog.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: Cannot write in an Edit Box Pin
garfield18528-May-07 22:58
garfield18528-May-07 22:58 
GeneralRe: Cannot write in an Edit Box Pin
garfield18528-May-07 23:09
garfield18528-May-07 23:09 
GeneralRe: Cannot write in an Edit Box Pin
David Crow29-May-07 4:08
David Crow29-May-07 4:08 
AnswerRe: Cannot write in an Edit Box Pin
Hamid_RT29-May-07 0:19
Hamid_RT29-May-07 0:19 
GeneralRe: Cannot write in an Edit Box Pin
garfield18529-May-07 0:34
garfield18529-May-07 0:34 
GeneralRe: Cannot write in an Edit Box Pin
Hamid_RT29-May-07 0:46
Hamid_RT29-May-07 0:46 
QuestionPreTranslateMessage Pin
garfield18528-May-07 22:07
garfield18528-May-07 22:07 
AnswerRe: PreTranslateMessage Pin
Stephen Hewitt28-May-07 22:12
Stephen Hewitt28-May-07 22:12 
GeneralRe: PreTranslateMessage Pin
garfield18528-May-07 22:18
garfield18528-May-07 22:18 
AnswerRe: PreTranslateMessage Pin
Naveen28-May-07 22:17
Naveen28-May-07 22:17 
GeneralRe: PreTranslateMessage Pin
garfield18528-May-07 22:19
garfield18528-May-07 22:19 
QuestionData Compression Pin
shakumar_2228-May-07 21:42
shakumar_2228-May-07 21:42 
AnswerRe: Data Compression Pin
CPallini28-May-07 22:09
mveCPallini28-May-07 22:09 
AnswerRe: Data Compression Pin
jhwurmbach28-May-07 22:23
jhwurmbach28-May-07 22:23 
AnswerRe: Data Compression Pin
Hamid_RT29-May-07 0:17
Hamid_RT29-May-07 0:17 
QuestionGet dll name Pin
Try28-May-07 21:36
Try28-May-07 21:36 
AnswerRe: Get dll name Pin
Naveen28-May-07 21:41
Naveen28-May-07 21:41 

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.