Click here to Skip to main content
15,903,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Clistbox greying Pin
Robert A. T. Káldy18-Feb-04 0:53
Robert A. T. Káldy18-Feb-04 0:53 
GeneralRe: Clistbox greying Pin
sps-itsec4618-Feb-04 1:29
sps-itsec4618-Feb-04 1:29 
GeneralRe: Dialog application on TOP Pin
Robert A. T. Káldy17-Feb-04 23:36
Robert A. T. Káldy17-Feb-04 23:36 
GeneralRe: Dialog application on TOP Pin
neokialo17-Feb-04 23:47
neokialo17-Feb-04 23:47 
GeneralRotating a BitMap Pin
Pazzuzu17-Feb-04 23:13
Pazzuzu17-Feb-04 23:13 
GeneralRe: Rotating a BitMap Pin
TchouTchou Project18-Feb-04 2:52
TchouTchou Project18-Feb-04 2:52 
GeneralRe: Rotating a BitMap Pin
Pazzuzu18-Feb-04 2:55
Pazzuzu18-Feb-04 2:55 
GeneralQuestion on CEvent Pin
DimpleSurana17-Feb-04 22:14
DimpleSurana17-Feb-04 22:14 
GeneralRe: Question on CEvent Pin
Prakash Nadar17-Feb-04 22:20
Prakash Nadar17-Feb-04 22:20 
GeneralRe: Question on CEvent Pin
DimpleSurana17-Feb-04 22:27
DimpleSurana17-Feb-04 22:27 
GeneralRe: Question on CEvent Pin
DimpleSurana17-Feb-04 22:28
DimpleSurana17-Feb-04 22:28 

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.