Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCListBox - Browse abilities Pin
Sitaram Sukumar18-Feb-04 2:26
Sitaram Sukumar18-Feb-04 2:26 
GeneralRe: CListBox - Browse abilities Pin
David Crow18-Feb-04 2:36
David Crow18-Feb-04 2:36 
GeneralMDI app - CDocument - Memory release Pin
krithika_Ramanujam18-Feb-04 1:47
krithika_Ramanujam18-Feb-04 1:47 
GeneralRe: MDI app - CDocument - Memory release Pin
Steve S18-Feb-04 2:04
Steve S18-Feb-04 2:04 
GeneralRe: MDI app - CDocument - Memory release Pin
krithika_Ramanujam18-Feb-04 20:08
krithika_Ramanujam18-Feb-04 20:08 
GeneralWait for callback function Pin
Andreee18-Feb-04 1:17
Andreee18-Feb-04 1:17 
GeneralRe: Wait for callback function Pin
Steve S18-Feb-04 2:20
Steve S18-Feb-04 2:20 
Generalchanging CPropertySheet's bk color Pin
clayman8718-Feb-04 1:10
clayman8718-Feb-04 1:10 
GeneralCreateFromFile() ,CreateFromClipboard(),CreateFromData() Pin
anshumanshinde18-Feb-04 1:01
anshumanshinde18-Feb-04 1:01 
GeneralSerial Communication Pin
Deepa Gopal18-Feb-04 0:54
Deepa Gopal18-Feb-04 0:54 
GeneralRe: Serial Communication Pin
Antti Keskinen18-Feb-04 1:16
Antti Keskinen18-Feb-04 1:16 
GeneralRe: Serial Communication Pin
Deepa Gopal18-Feb-04 1:42
Deepa Gopal18-Feb-04 1:42 
GeneralRe: Serial Communication Pin
Antti Keskinen18-Feb-04 8:27
Antti Keskinen18-Feb-04 8:27 
GeneralService connecting to network shares Pin
JensB18-Feb-04 0:26
JensB18-Feb-04 0:26 
GeneralRe: Service connecting to network shares Pin
Steve S18-Feb-04 2:10
Steve S18-Feb-04 2:10 
GeneralRe: Service connecting to network shares Pin
JensB18-Feb-04 20:16
JensB18-Feb-04 20:16 
Generalradio buttons problem Pin
coda_x18-Feb-04 0:12
coda_x18-Feb-04 0:12 
GeneralRe: radio buttons problem Pin
Steve S18-Feb-04 0:16
Steve S18-Feb-04 0:16 
GeneralRe: radio buttons problem Pin
David Crow18-Feb-04 2:41
David Crow18-Feb-04 2:41 
As Steve has already indicated, it looks as though you have mistakingly used the assignment operator in place of the equality operator. If you will get in the habit of putting constants on the left side of either operator, the compiler would have gladly complained about these statements.

For example:

if (0 = m_radio) // the compiler would have flagged this as erroneous



A rich person is not the one who has the most, but the one that needs the least.
QuestionHow to show AVI file in a CDialog? Pin
vgrigor17-Feb-04 23:50
vgrigor17-Feb-04 23:50 
AnswerRe: How to show AVI file in a CDialog? Pin
Prakash Nadar18-Feb-04 2:06
Prakash Nadar18-Feb-04 2:06 
GeneralRe: How to show AVI file in a CDialog? Pin
vgrigor18-Feb-04 2:40
vgrigor18-Feb-04 2:40 
GeneralClistbox greying Pin
SVPG17-Feb-04 23:43
SVPG17-Feb-04 23:43 
GeneralRe: Clistbox greying Pin
sps-itsec4618-Feb-04 0:30
sps-itsec4618-Feb-04 0:30 
GeneralRe: Clistbox greying Pin
SVPG18-Feb-04 0:36
SVPG18-Feb-04 0:36 

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.