Click here to Skip to main content
15,884,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CAsyncSocket ? Can I use A currently active Cdialog Pin
ForNow12-May-09 7:50
ForNow12-May-09 7:50 
GeneralRe: CAsyncSocket ? Can I use A currently active Cdialog Pin
David Crow12-May-09 7:58
David Crow12-May-09 7:58 
GeneralRe: CAsyncSocket ? Can I use A currently active Cdialog Pin
ForNow12-May-09 8:41
ForNow12-May-09 8:41 
GeneralRe: CAsyncSocket ? Can I use A currently active Cdialog Pin
ForNow12-May-09 8:49
ForNow12-May-09 8:49 
GeneralRe: CAsyncSocket ? Can I use A currently active Cdialog Pin
David Crow12-May-09 10:32
David Crow12-May-09 10:32 
GeneralRe: CAsyncSocket ? Can I use A currently active Cdialog Pin
ForNow12-May-09 10:58
ForNow12-May-09 10:58 
QuestionHow to use CListCtrl class ? Pin
vital_parsley200012-May-09 5:19
vital_parsley200012-May-09 5:19 
AnswerRe: How to use CListCtrl class ? Pin
David Crow12-May-09 5:29
David Crow12-May-09 5:29 
You've got several things going on here. Trying to do them all at once might not be your best bet. I would suggest first getting familar with a list control (in 'report' mode) and the related CListCtrl class. When you are able to add columns and items, then start looking at the CListCtrlEx class and the extra features that it offers (you may find it altogether unnecessary). That class can be found here.

There's also the issue with reading records from that database. That is an exercise in itself. You might want to start here.

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: How to use CListCtrl class ? [modified] Pin
vital_parsley200012-May-09 18:22
vital_parsley200012-May-09 18:22 
QuestionDev environment not releasing control of .exe Pin
Dustin Henry12-May-09 3:49
Dustin Henry12-May-09 3:49 
AnswerRe: Dev environment not releasing control of .exe Pin
Naveen12-May-09 4:50
Naveen12-May-09 4:50 
GeneralRe: Dev environment not releasing control of .exe Pin
Dustin Henry12-May-09 5:11
Dustin Henry12-May-09 5:11 
Questionhow to Pin
yunpil12-May-09 3:42
yunpil12-May-09 3:42 
AnswerRe: how to Pin
David Crow12-May-09 4:32
David Crow12-May-09 4:32 
AnswerRe: how to Pin
Michael Schubert12-May-09 5:47
Michael Schubert12-May-09 5:47 
QuestionRe: how to Pin
CPallini12-May-09 7:49
mveCPallini12-May-09 7:49 
AnswerRe: how to Pin
Madhu Nair12-May-09 9:11
Madhu Nair12-May-09 9:11 
Questionuser form control in MFC Pin
Laan8212-May-09 3:06
Laan8212-May-09 3:06 
AnswerRe: user form control in MFC Pin
Laan8212-May-09 7:01
Laan8212-May-09 7:01 
QuestionRe: user form control in MFC Pin
Maximilien12-May-09 7:48
Maximilien12-May-09 7:48 
AnswerRe: user form control in MFC Pin
Laan8213-May-09 5:40
Laan8213-May-09 5:40 
QuestionMultiple windows in VC++ Pin
vinod shankar k12-May-09 2:50
vinod shankar k12-May-09 2:50 
AnswerRe: Multiple windows in VC++ Pin
CPallini12-May-09 3:04
mveCPallini12-May-09 3:04 
AnswerRe: Multiple windows in VC++ Pin
«_Superman_»12-May-09 3:07
professional«_Superman_»12-May-09 3:07 
AnswerRe: Multiple windows in VC++ Pin
David Crow12-May-09 3:40
David Crow12-May-09 3:40 

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.