Click here to Skip to main content
15,906,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Close button on DialogBox Pin
valikac10-Apr-03 14:20
valikac10-Apr-03 14:20 
GeneralRe: Close button on DialogBox Pin
bumper11-Apr-03 7:39
bumper11-Apr-03 7:39 
Generallost in loops:) Pin
Overcat10-Apr-03 7:55
Overcat10-Apr-03 7:55 
GeneralRe: lost in loops:) Pin
Alvaro Mendez10-Apr-03 8:19
Alvaro Mendez10-Apr-03 8:19 
GeneralRe: lost in loops:) Pin
Nitron10-Apr-03 8:20
Nitron10-Apr-03 8:20 
GeneralAdding a nondlg based class to a project, but it doesnt show in clas wizard Pin
ns10-Apr-03 7:48
ns10-Apr-03 7:48 
GeneralRe: Adding a nondlg based class to a project, but it doesnt show in clas wizard Pin
Cedric Moonen10-Apr-03 20:54
Cedric Moonen10-Apr-03 20:54 
QuestionHow to getCheckedItems in a FormView Pin
gmlnd10-Apr-03 6:53
gmlnd10-Apr-03 6:53 
Hi,

I have seen several code samples for how to setCheckedItems, but I can't seem to find how to getCheckedItems().
This is my setChecked function:
void CMainFrame::SetChecked(int boxNumber, BOOL val)
{
char set = 0;

if( val )
set = 1;

this->m_szChecked[ boxNumber ] = set;
}
Please let me know you know anything about this.
I would appreciate it.
GeneralOracle Connection Problem Urgent!! Pin
nlecren10-Apr-03 6:00
nlecren10-Apr-03 6:00 
GeneralRe: Oracle Connection Problem Urgent!! Pin
Alvaro Mendez10-Apr-03 6:23
Alvaro Mendez10-Apr-03 6:23 
GeneralRe: Oracle Connection Problem Urgent!! Pin
nlecren10-Apr-03 6:46
nlecren10-Apr-03 6:46 
GeneralOracle Connection Problem Urgent!! Pin
Anonymous10-Apr-03 5:59
Anonymous10-Apr-03 5:59 
Generaleasy question about ServerSocket Pin
Martin_Viet10-Apr-03 5:57
Martin_Viet10-Apr-03 5:57 
GeneralRe: easy question about ServerSocket Pin
Sendel10-Apr-03 13:10
Sendel10-Apr-03 13:10 
GeneralRe: easy question about ServerSocket Pin
Martin_Viet11-Apr-03 3:10
Martin_Viet11-Apr-03 3:10 
QuestionWhat can you do if the .vt member of a variant is unknown? Pin
kleft10-Apr-03 5:39
kleft10-Apr-03 5:39 
AnswerRe: What can you do if the .vt member of a variant is unknown? Pin
Mike Dimmick10-Apr-03 5:55
Mike Dimmick10-Apr-03 5:55 
GeneralRe: What can you do if the .vt member of a variant is unknown? Pin
kleft16-Apr-03 6:18
kleft16-Apr-03 6:18 
Generaltrapping keyboard message Pin
will138310-Apr-03 5:21
will138310-Apr-03 5:21 
GeneralRe: trapping keyboard message Pin
puzzolino_10-Apr-03 5:45
susspuzzolino_10-Apr-03 5:45 
GeneralRe: trapping keyboard message Pin
imsniper11-Apr-03 0:19
imsniper11-Apr-03 0:19 
QuestionHow to determine if an .EXE is running? Pin
TWilliams10-Apr-03 5:11
TWilliams10-Apr-03 5:11 
AnswerRe: How to determine if an .EXE is running? Pin
MarkyMark10-Apr-03 5:21
MarkyMark10-Apr-03 5:21 
AnswerRe: How to determine if an .EXE is running? Pin
valikac10-Apr-03 7:46
valikac10-Apr-03 7:46 
GeneralRe: How to determine if an .EXE is running? Pin
TWilliams10-Apr-03 8:28
TWilliams10-Apr-03 8: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.