Click here to Skip to main content
15,887,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: maximal number of dialogs Pin
Randor 31-Oct-07 4:34
professional Randor 31-Oct-07 4:34 
Questionhow to change the color of message box Pin
rajneshmalik31-Oct-07 1:21
rajneshmalik31-Oct-07 1:21 
AnswerRe: how to change the color of message box Pin
David Crow31-Oct-07 2:29
David Crow31-Oct-07 2:29 
QuestionCursor help: [modified] Pin
Hakan Bulut31-Oct-07 0:41
Hakan Bulut31-Oct-07 0:41 
AnswerRe: Cursor help: Pin
Karismatic31-Oct-07 0:55
Karismatic31-Oct-07 0:55 
GeneralRe: Cursor help: Pin
Hakan Bulut31-Oct-07 1:04
Hakan Bulut31-Oct-07 1:04 
GeneralRe: Cursor help: Pin
Roger Broomfield31-Oct-07 1:39
Roger Broomfield31-Oct-07 1:39 
GeneralRe: Cursor help: Pin
Mark Salsbery31-Oct-07 5:30
Mark Salsbery31-Oct-07 5:30 
For edit controls, you may want to try this instead of SetFocus()...

GotoDlgCtrl(&m_EditCtl);

Why you may want to use this instead?  Here's what the docs say...

"This message performs additional dialog box management operations
beyond those performed by the SetFocus function WM_NEXTDLGCTL
updates the default pushbutton border, sets the default control identifier,
and automatically selects the text of an edit control (if the target window
is an edit control).
"

Whatever gives you the result you want Smile | :)

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Cursor help: Pin
Hakan Bulut31-Oct-07 6:39
Hakan Bulut31-Oct-07 6:39 
QuestionISAPI filter authentication Pin
imazing10331-Oct-07 0:40
imazing10331-Oct-07 0:40 
QuestionToltip for Combo Box Pin
sheshidar31-Oct-07 0:01
sheshidar31-Oct-07 0:01 
AnswerRe: Toltip for Combo Box Pin
Paresh Chitte31-Oct-07 1:56
Paresh Chitte31-Oct-07 1:56 
GeneralRe: Toltip for Combo Box Pin
sheshidar31-Oct-07 2:22
sheshidar31-Oct-07 2:22 
GeneralRe: Toltip for Combo Box Pin
David Crow31-Oct-07 2:31
David Crow31-Oct-07 2:31 
GeneralRe: Toltip for Combo Box Pin
sheshidar31-Oct-07 4:37
sheshidar31-Oct-07 4:37 
QuestionReg Dll Pin
john563231-Oct-07 0:00
john563231-Oct-07 0:00 
AnswerRe: Reg Dll Pin
CPallini31-Oct-07 1:01
mveCPallini31-Oct-07 1:01 
AnswerRe: Reg Dll Pin
Karismatic31-Oct-07 1:02
Karismatic31-Oct-07 1:02 
AnswerRe: Reg Dll Pin
Paresh Chitte31-Oct-07 2:05
Paresh Chitte31-Oct-07 2:05 
Questionhow to save the messages from mobile to PC Pin
pushkar_j31-Oct-07 0:00
pushkar_j31-Oct-07 0:00 
QuestionHi All, I have to write a code in VC++ , to convert *.ppt file to *.jpg file,can you tell me how can i do it????? Pin
anchorwang30-Oct-07 23:56
anchorwang30-Oct-07 23:56 
AnswerRe: Hi All, I have to write a code in VC++ , to convert *.ppt file to *.jpg file,can you tell me how can i do it????? Pin
Karismatic31-Oct-07 1:06
Karismatic31-Oct-07 1:06 
AnswerRe: Hi All, I have to write a code in VC++ , to convert *.ppt file to *.jpg file,can you tell me how can i do it????? Pin
David Crow31-Oct-07 2:50
David Crow31-Oct-07 2:50 
GeneralRe: Hi All, I have to write a code in VC++ , to convert *.ppt file to *.jpg file,can you tell me how can i do it????? Pin
anchorwang31-Oct-07 16:14
anchorwang31-Oct-07 16:14 
GeneralRe: Hi All, I have to write a code in VC++ , to convert *.ppt file to *.jpg file,can you tell me how can i do it????? Pin
David Crow1-Nov-07 2:40
David Crow1-Nov-07 2:40 

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.