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

C / C++ / MFC

 
GeneralRe: const char error Pin
ForNow2-Apr-15 9:46
ForNow2-Apr-15 9:46 
GeneralRe: const char error Pin
ForNow2-Apr-15 16:54
ForNow2-Apr-15 16:54 
SuggestionRe: const char error Pin
David Crow3-Apr-15 3:23
David Crow3-Apr-15 3:23 
GeneralRe: const char error Pin
ForNow3-Apr-15 4:27
ForNow3-Apr-15 4:27 
Question[C++]execute other program on second monitor Pin
Member 1156860630-Mar-15 19:22
Member 1156860630-Mar-15 19:22 
AnswerRe: [C++]execute other program on second monitor Pin
Richard MacCutchan30-Mar-15 23:13
mveRichard MacCutchan30-Mar-15 23:13 
QuestionUnwanted radio button click Pin
lor7530-Mar-15 8:29
lor7530-Mar-15 8:29 
AnswerRe: Unwanted radio button click Pin
David Crow30-Mar-15 9:24
David Crow30-Mar-15 9:24 
This behavior is, or at least used to be, by design. When [de]activating the window, the radio buttons do not know that. All they know is that they got focus, and the behavior for radio buttons is to auto-select on focus.

See the WM_SETFOCUS message here.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles


GeneralRe: Unwanted radio button click Pin
lor7531-Mar-15 8:47
lor7531-Mar-15 8:47 
GeneralRe: Unwanted radio button click Pin
David Crow31-Mar-15 9:23
David Crow31-Mar-15 9:23 
GeneralRe: Unwanted radio button click Pin
lor7531-Mar-15 20:42
lor7531-Mar-15 20:42 
GeneralRe: Unwanted radio button click Pin
David Crow1-Apr-15 2:14
David Crow1-Apr-15 2:14 
QuestionBinary Tree Recursion Problem Pin
Member 1156724330-Mar-15 5:21
Member 1156724330-Mar-15 5:21 
GeneralRe: Binary Tree Recursion Problem Pin
David Crow30-Mar-15 6:01
David Crow30-Mar-15 6:01 
SuggestionRe: Binary Tree Recursion Problem Pin
Member 1156724330-Mar-15 6:09
Member 1156724330-Mar-15 6:09 
QuestionRe: Binary Tree Recursion Problem Pin
David Crow30-Mar-15 7:30
David Crow30-Mar-15 7:30 
AnswerRe: Binary Tree Recursion Problem Pin
Member 1156724330-Mar-15 8:04
Member 1156724330-Mar-15 8:04 
QuestionRe: Binary Tree Recursion Problem Pin
David Crow30-Mar-15 9:27
David Crow30-Mar-15 9:27 
AnswerRe: Binary Tree Recursion Problem Pin
Member 1156724330-Mar-15 9:31
Member 1156724330-Mar-15 9:31 
AnswerRe: Binary Tree Recursion Problem Pin
David Crow30-Mar-15 9:47
David Crow30-Mar-15 9:47 
GeneralRe: Binary Tree Recursion Problem Pin
Member 1156724330-Mar-15 10:09
Member 1156724330-Mar-15 10:09 
QuestionCpu temperature to obtain the sample code in visual c/c++ . Pin
Dandy Smile29-Mar-15 9:57
Dandy Smile29-Mar-15 9:57 
AnswerRe: Cpu temperature to obtain the sample code in visual c/c++ . Pin
Richard MacCutchan29-Mar-15 21:14
mveRichard MacCutchan29-Mar-15 21:14 
GeneralRe: Cpu temperature to obtain the sample code in visual c/c++ . Pin
David Crow30-Mar-15 3:26
David Crow30-Mar-15 3:26 
QuestionNeed to declare a class ( defined in cpp file ) as friend Pin
Raj Abhishek27-Mar-15 0:59
Raj Abhishek27-Mar-15 0:59 

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.