Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAssistance required on Bitmaps Pin
Barm23-Aug-05 23:50
Barm23-Aug-05 23:50 
GeneralRe: Assistance required on Bitmaps Pin
Steve S23-Aug-05 23:54
Steve S23-Aug-05 23:54 
GeneralRe: Assistance required on Bitmaps Pin
Barm24-Aug-05 0:01
Barm24-Aug-05 0:01 
GeneralRe: Assistance required on Bitmaps Pin
Hamed Musavi24-Aug-05 1:19
Hamed Musavi24-Aug-05 1:19 
GeneralRe: Assistance required on Bitmaps Pin
Achim Klein24-Aug-05 8:14
Achim Klein24-Aug-05 8:14 
GeneralCheckBox control problem Pin
Mukhan23-Aug-05 22:43
Mukhan23-Aug-05 22:43 
GeneralRe: CheckBox control problem Pin
Rage23-Aug-05 22:48
professionalRage23-Aug-05 22:48 
GeneralRe: CheckBox control problem Pin
Mukhan23-Aug-05 23:02
Mukhan23-Aug-05 23:02 
Hi,

Its an MFC application which is getting the data from CAN bus and one thread is runnning for to get data from one PCI I/O Card.... MFC is used only for GUI. One check box is added and is been defined as CButton and BOOL in class wizard .... the same thing i did for another application which is used to get the data from xPC Target (RTOS) over TCP/IP connection... there the checkbox is working perfectly....

CButton m_check_save;
BOOL m_check_save_1;

I havent done any operation with this BOOL yet ... i just want to perform an operation if this checkbox is checked......
like
if(m_check_save_1){
// do this this .....
....
}

I am compiling it and then trying to start the application in debug mode....

Have a look now ..... Wink | ;)
GeneralFile Transfer Using UDP Pin
yccheok23-Aug-05 22:17
yccheok23-Aug-05 22:17 
GeneralRe: File Transfer Using UDP Pin
Alexander M.,23-Aug-05 22:37
Alexander M.,23-Aug-05 22:37 
GeneralRe: File Transfer Using UDP Pin
Nemanja Trifunovic24-Aug-05 2:51
Nemanja Trifunovic24-Aug-05 2:51 
GeneralRe: File Transfer Using UDP Pin
yccheok24-Aug-05 15:50
yccheok24-Aug-05 15:50 
Generalautofill script for login box Pin
joshuatree23-Aug-05 21:22
joshuatree23-Aug-05 21:22 
GeneralRe: autofill script for login box Pin
Rage23-Aug-05 22:01
professionalRage23-Aug-05 22:01 
GeneralRe: autofill script for login box Pin
Cedric Moonen23-Aug-05 22:19
Cedric Moonen23-Aug-05 22:19 
GeneralRe: autofill script for login box Pin
Jose Lamas Rios24-Aug-05 8:32
Jose Lamas Rios24-Aug-05 8:32 
GeneralRe: autofill script for login box Pin
joshuatree24-Aug-05 15:42
joshuatree24-Aug-05 15:42 
QuestionWhat control to use? Pin
Ali Tavakol23-Aug-05 19:59
Ali Tavakol23-Aug-05 19:59 
AnswerRe: What control to use? Pin
Rage23-Aug-05 22:13
professionalRage23-Aug-05 22:13 
AnswerRe: What control to use? Pin
Rage23-Aug-05 23:29
professionalRage23-Aug-05 23:29 
AnswerRe: What control to use? Pin
David Crow24-Aug-05 8:11
David Crow24-Aug-05 8:11 
QuestionHow to launch 'System Restore' point thru pgm in Win XP? Pin
Supriya Tonape23-Aug-05 19:55
Supriya Tonape23-Aug-05 19:55 
AnswerRe: How to launch 'System Restore' point thru pgm in Win XP? Pin
Shiva Prasad24-Aug-05 1:12
Shiva Prasad24-Aug-05 1:12 
GeneralRe: How to launch 'System Restore' point thru pgm in Win XP? Pin
Supriya Tonape24-Aug-05 22:21
Supriya Tonape24-Aug-05 22:21 
Generalpost script file printing Pin
leelamaheshb23-Aug-05 19:23
leelamaheshb23-Aug-05 19:23 

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.