Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRS-232 Serial port Communication? Pin
madhu_v6-Dec-05 1:46
madhu_v6-Dec-05 1:46 
AnswerRe: RS-232 Serial port Communication? Pin
kakan6-Dec-05 2:53
professionalkakan6-Dec-05 2:53 
Questionhow to open most recent document? Pin
jayshml6-Dec-05 1:43
jayshml6-Dec-05 1:43 
AnswerRe: how to open most recent document? Pin
ThatsAlok6-Dec-05 2:29
ThatsAlok6-Dec-05 2:29 
JokeRe: how to open most recent document? Pin
Eytukan6-Dec-05 4:44
Eytukan6-Dec-05 4:44 
JokeRe: how to open most recent document? Pin
ThatsAlok6-Dec-05 18:59
ThatsAlok6-Dec-05 18:59 
QuestionTo block cursor on a Combobox Pin
mikobi6-Dec-05 1:16
mikobi6-Dec-05 1:16 
AnswerRe: To block cursor on a Combobox Pin
Rage6-Dec-05 1:25
professionalRage6-Dec-05 1:25 
You will probably have to derive a class from your combo box class, and handle messages when the control loses focus (WM_KILLFOCUS) or gets deactivated (WM_ACTIVATE), and deny leaving the control depending on where the user wants to go (I do not know if you would like to block the focus within your application or for the whole system).

~RaGE();
GeneralRe: To block cursor on a Combobox Pin
mikobi6-Dec-05 5:22
mikobi6-Dec-05 5:22 
AnswerRe: To block cursor on a Combobox Pin
toxcct6-Dec-05 6:09
toxcct6-Dec-05 6:09 
AnswerRe: To block cursor on a Combobox Pin
Roger Stoltz6-Dec-05 1:26
Roger Stoltz6-Dec-05 1:26 
GeneralRe: To block cursor on a Combobox Pin
mikobi6-Dec-05 18:54
mikobi6-Dec-05 18:54 
AnswerRe: To block cursor on a Combobox Pin
Roger Stoltz6-Dec-05 21:43
Roger Stoltz6-Dec-05 21:43 
QuestionInsert x of y as footer in word Pin
Sachinpatole6-Dec-05 1:09
Sachinpatole6-Dec-05 1:09 
AnswerRe: Insert x of y as footer in word Pin
David Crow6-Dec-05 4:03
David Crow6-Dec-05 4:03 
GeneralRe: Insert x of y as footer in word Pin
Sachinpatole6-Dec-05 6:08
Sachinpatole6-Dec-05 6:08 
QuestionRe: Insert x of y as footer in word Pin
David Crow6-Dec-05 6:59
David Crow6-Dec-05 6:59 
QuestionRe: Insert x of y as footer in word Pin
Sachinpatole6-Dec-05 17:31
Sachinpatole6-Dec-05 17:31 
AnswerRe: Insert x of y as footer in word Pin
David Crow7-Dec-05 3:14
David Crow7-Dec-05 3:14 
QuestionComm Ports Pin
Demian Panello6-Dec-05 0:43
Demian Panello6-Dec-05 0:43 
QuestionHi help me to run my codeservice mode Pin
usha_dolly6-Dec-05 0:27
usha_dolly6-Dec-05 0:27 
AnswerRe: Hi help me to run my codeservice mode Pin
kakan6-Dec-05 0:45
professionalkakan6-Dec-05 0:45 
GeneralRe: Hi help me to run my codeservice mode Pin
usha_dolly6-Dec-05 1:32
usha_dolly6-Dec-05 1:32 
GeneralRe: Hi help me to run my codeservice mode Pin
kakan6-Dec-05 2:09
professionalkakan6-Dec-05 2:09 
GeneralRe: Hi help me to run my codeservice mode Pin
ThatsAlok6-Dec-05 2:34
ThatsAlok6-Dec-05 2:34 

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.