Try using #include
User 1532252
Posts
-
Header -
MFC help for a beginnerI am not getting an error message. That is the weird thing. My dialog window just doesn't pop up when I hit run. My program runs fine until I right click on the button and go to add variable. These are the lines that are making it mess up, because if i comment them out, it runs fine again: This is declared in my .h file: CButton m_remOff; This is generated in the dodataexchange function: DDX_Control(pDX, IDC_RADIO_REMOFF, m_remOff); Also if I make a line like m_remOff.setCheck(true) that causes problems. Is there another line of code that should be generated automatically somewhere else? I am using .net 2003.
-
MFC help for a beginnerI am currently trying to add variable names to radio buttons and combo boxes. Once I add a variable name to the radio buttons, my program no longer runs properly, if at all. Please help!!