Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Slider Control Why do I need CDialog::OnInitDialog(); Pin
jerry1211a28-Jun-05 8:12
jerry1211a28-Jun-05 8:12 
GeneralRe: Slider Control Why do I need CDialog::OnInitDialog(); Pin
David Crow28-Jun-05 8:20
David Crow28-Jun-05 8:20 
GeneralRe: Slider Control Why do I need CDialog::OnInitDialog(); Pin
jerry1211a28-Jun-05 8:24
jerry1211a28-Jun-05 8:24 
GeneralXMLDOMDocument across processes Pin
Alex_Y28-Jun-05 6:29
Alex_Y28-Jun-05 6:29 
GeneralRe: XMLDOMDocument across processes Pin
Alex_Y28-Jun-05 9:24
Alex_Y28-Jun-05 9:24 
Questionwinsock2? Pin
nellutla28-Jun-05 6:20
nellutla28-Jun-05 6:20 
AnswerRe: winsock2? Pin
Trollslayer28-Jun-05 6:39
mentorTrollslayer28-Jun-05 6:39 
Generalproblem with menu Pin
Junyor28-Jun-05 5:56
Junyor28-Jun-05 5:56 
	<br />
CMenu menu;<br />
CMenu *sub=NULL;<br />
VERIFY(menu.LoadMenu(IDR_MENU));<br />
sub = menu.GetSubMenu(0);<br />
UINT state = sub->GetMenuState(IDC_CHOICE, MF_BYCOMMAND);<br />
ASSERT(state != 0xFFFFFFFF);<br />
if(state & MF_CHECKED)<br />
{<br />
sub->CheckMenuItem(IDC_CHOICE, MF_UNCHECKED);<br />
}<br />
else<br />
sub->CheckMenuItem(IDC_CHOICE, MF_CHECKED);<br />


Why doesn't it check or uncheck my menu item? it remains as it is initially...
GeneralRe: problem with menu Pin
David Crow28-Jun-05 6:01
David Crow28-Jun-05 6:01 
GeneralRe: problem with menu Pin
Junyor28-Jun-05 9:03
Junyor28-Jun-05 9:03 
GeneralRe: problem with menu Pin
David Crow28-Jun-05 9:13
David Crow28-Jun-05 9:13 
GeneralFind the right active window Pin
Member 110183628-Jun-05 5:26
Member 110183628-Jun-05 5:26 
GeneralRe: Find the right active window Pin
David Crow28-Jun-05 5:56
David Crow28-Jun-05 5:56 
GeneralRe: Find the right active window Pin
Member 110183628-Jun-05 5:58
Member 110183628-Jun-05 5:58 
GeneralRe: Find the right active window Pin
David Crow28-Jun-05 6:04
David Crow28-Jun-05 6:04 
GeneralReading Text off a tool Tip Pin
Abhishek Karnik28-Jun-05 4:35
Abhishek Karnik28-Jun-05 4:35 
GeneralDynamic control of a dialog box Pin
bugDanny28-Jun-05 4:26
bugDanny28-Jun-05 4:26 
GeneralRe: Dynamic control of a dialog box Pin
David Crow28-Jun-05 4:40
David Crow28-Jun-05 4:40 
GeneralVague Pin
Wes Aday28-Jun-05 4:41
professionalWes Aday28-Jun-05 4:41 
GeneralRe: Vague Pin
bugDanny28-Jun-05 4:52
bugDanny28-Jun-05 4:52 
GeneralRe: Vague Pin
Wes Aday28-Jun-05 4:55
professionalWes Aday28-Jun-05 4:55 
GeneralRe: Vague Pin
David Crow28-Jun-05 5:08
David Crow28-Jun-05 5:08 
GeneralRe: Vague Pin
Wes Aday28-Jun-05 5:17
professionalWes Aday28-Jun-05 5:17 
GeneralRe: Vague Pin
bugDanny28-Jun-05 6:28
bugDanny28-Jun-05 6:28 
GeneralRe: Vague Pin
David Crow28-Jun-05 6:46
David Crow28-Jun-05 6:46 

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.