Click here to Skip to main content
16,005,290 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CreateDIBSection Pin
John R. Shaw23-Nov-03 15:35
John R. Shaw23-Nov-03 15:35 
GeneralModifying MFC document data Pin
aboutQ23-Nov-03 12:45
aboutQ23-Nov-03 12:45 
GeneralRe: Modifying MFC document data Pin
John R. Shaw23-Nov-03 13:25
John R. Shaw23-Nov-03 13:25 
GeneralRe: Modifying MFC document data Pin
Terry O'Nolley23-Nov-03 14:45
Terry O'Nolley23-Nov-03 14:45 
GeneralApplication Restoring Pin
dddfdf23-Nov-03 12:19
dddfdf23-Nov-03 12:19 
GeneralRe: Application Restoring Pin
John R. Shaw23-Nov-03 13:39
John R. Shaw23-Nov-03 13:39 
GeneralRe: Application Restoring Pin
bnn3nasdfasdfa24-Nov-03 2:06
bnn3nasdfasdfa24-Nov-03 2:06 
QuestionHow to bind data to DataGrid using CRecordset? Pin
bilas23-Nov-03 11:43
bilas23-Nov-03 11:43 
Using CADORecordset:
//m_adorec - CADORecordset
m_datagrid.SetRefDataSource(LPUNKNOWN(m_adorec.GetRecordset()));
but the next string does not work Frown | :(
//m_rec - CRecordset
datagrid.SetRefDataSource((LPUNKNOWN)m_rec. );
What to do?

bilas aka freshman
GeneralCArchive mapping Pin
DougW4823-Nov-03 10:38
DougW4823-Nov-03 10:38 
GeneralRe: CArchive mapping Pin
Peter Molnar23-Nov-03 13:37
Peter Molnar23-Nov-03 13:37 
GeneralButtons with Icons - In Dialog editor Pin
Antti Keskinen23-Nov-03 9:04
Antti Keskinen23-Nov-03 9:04 
GeneralRe: Buttons with Icons - In Dialog editor Pin
John R. Shaw23-Nov-03 13:55
John R. Shaw23-Nov-03 13:55 
GeneralRe: Buttons with Icons - In Dialog editor Pin
Antti Keskinen24-Nov-03 2:30
Antti Keskinen24-Nov-03 2:30 
GeneralRe: Buttons with Icons - In Dialog editor Pin
John R. Shaw24-Nov-03 5:34
John R. Shaw24-Nov-03 5:34 
GeneralRe: Buttons with Icons - In Dialog editor Pin
BaldwinMartin23-Nov-03 17:19
BaldwinMartin23-Nov-03 17:19 
GeneralTimers in an MSDI app Pin
Daniel132423-Nov-03 7:29
Daniel132423-Nov-03 7:29 
GeneralRe: Timers in an MSDI app Pin
Peter Molnar23-Nov-03 9:01
Peter Molnar23-Nov-03 9:01 
GeneralRe: Timers in an MSDI app Pin
Daniel132423-Nov-03 9:13
Daniel132423-Nov-03 9:13 
GeneralRe: Timers in an MSDI app Pin
Peter Molnar23-Nov-03 13:03
Peter Molnar23-Nov-03 13:03 
GeneralRe: Timers in an MSDI app Pin
Daniel132423-Nov-03 13:04
Daniel132423-Nov-03 13:04 
GeneralRe: Timers in an MSDI app Pin
John R. Shaw23-Nov-03 14:24
John R. Shaw23-Nov-03 14:24 
Generaltext in password edit box Pin
kendao23-Nov-03 6:37
kendao23-Nov-03 6:37 
GeneralRe: text in password edit box Pin
Alexander M.,23-Nov-03 8:03
Alexander M.,23-Nov-03 8:03 
GeneralRe: text in password edit box Pin
Peter Molnar23-Nov-03 9:01
Peter Molnar23-Nov-03 9:01 
GeneralRe: text in password edit box Pin
Terry O'Nolley23-Nov-03 13:26
Terry O'Nolley23-Nov-03 13:26 

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.