Click here to Skip to main content
16,015,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do I know if an OK event came from mouse or Enter? Pin
IlanTal19-Mar-06 4:03
IlanTal19-Mar-06 4:03 
AnswerRe: How do I know if an OK event came from mouse or Enter? Pin
Chris Gao19-Mar-06 10:30
Chris Gao19-Mar-06 10:30 
AnswerRe: How do I know if an OK event came from mouse or Enter? Pin
Chris Gao19-Mar-06 10:32
Chris Gao19-Mar-06 10:32 
Questionhelp! Pin
harry~18-Mar-06 21:32
harry~18-Mar-06 21:32 
AnswerRe: help! Pin
Waldermort19-Mar-06 1:37
Waldermort19-Mar-06 1:37 
AnswerRe: help! Pin
Hamid_RT19-Mar-06 2:46
Hamid_RT19-Mar-06 2:46 
AnswerRe: help! Pin
Robert Palma Jr.19-Mar-06 7:56
Robert Palma Jr.19-Mar-06 7:56 
QuestionWin32 Radio Button problem Pin
amanoullah18-Mar-06 20:54
amanoullah18-Mar-06 20:54 
Anyone knows what function to use to get the value of a radio button in a dialog box??

I have done the following but it has no effect on my program:

g_water.RippleIntensity= GetDlgItemInt( hWnd, IDC_RIPPLE_INTENSITY, NULL, true );<br />
						<br />
						iRenderCheck = GetDlgItemInt( hWnd, IDC_WATER_YES, NULL, true );<br />
<br />
						if (iRenderCheck == 1)<br />
						{<br />
							g_water.m_bWaterCheck = true;<br />
						}<br />
						else if (iRenderCheck == 0)<br />
						{<br />
							g_water.m_bWaterCheck = false;<br />
						}


Cheers!! Smile | :)
AnswerRe: Win32 Radio Button problem Pin
Monty218-Mar-06 21:18
Monty218-Mar-06 21:18 
AnswerRe: Win32 Radio Button problem Pin
Jörgen Sigvardsson18-Mar-06 22:23
Jörgen Sigvardsson18-Mar-06 22:23 
AnswerRe: Win32 Radio Button problem Pin
Hamid_RT19-Mar-06 2:28
Hamid_RT19-Mar-06 2:28 
QuestionConvet Binary tree to Circular linked list Pin
Ilamparithi18-Mar-06 20:26
Ilamparithi18-Mar-06 20:26 
AnswerRe: Convet Binary tree to Circular linked list Pin
El Corazon19-Mar-06 8:22
El Corazon19-Mar-06 8:22 
QuestionGLUI user interface Pin
shanana18-Mar-06 16:44
shanana18-Mar-06 16:44 
Questionsingle line rich text problem Pin
Jim Crafton18-Mar-06 12:35
Jim Crafton18-Mar-06 12:35 
AnswerRe: single line rich text problem Pin
Jörgen Sigvardsson18-Mar-06 13:27
Jörgen Sigvardsson18-Mar-06 13:27 
GeneralRe: single line rich text problem Pin
Jim Crafton18-Mar-06 14:50
Jim Crafton18-Mar-06 14:50 
GeneralRe: single line rich text problem Pin
Jörgen Sigvardsson18-Mar-06 22:22
Jörgen Sigvardsson18-Mar-06 22:22 
GeneralRe: single line rich text problem Pin
Jim Crafton19-Mar-06 4:10
Jim Crafton19-Mar-06 4:10 
QuestionHow to retrieve local IP address Pin
Allad18-Mar-06 11:20
Allad18-Mar-06 11:20 
AnswerRe: How to retrieve local IP address Pin
Jim Crafton18-Mar-06 12:39
Jim Crafton18-Mar-06 12:39 
GeneralRe: How to retrieve local IP address Pin
Allad18-Mar-06 13:15
Allad18-Mar-06 13:15 
GeneralRe: How to retrieve local IP address Pin
Jim Crafton18-Mar-06 14:03
Jim Crafton18-Mar-06 14:03 
AnswerRe: How to retrieve local IP address Pin
Gavin Taylor18-Mar-06 14:47
professionalGavin Taylor18-Mar-06 14:47 
GeneralRe: How to retrieve local IP address Pin
Allad19-Mar-06 9:14
Allad19-Mar-06 9:14 

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.