Click here to Skip to main content
15,924,317 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Programmatically burning a CD Pin
Ryan Binns10-Jul-03 17:45
Ryan Binns10-Jul-03 17:45 
QuestionHow many lines? Pin
Scozturk10-Jul-03 9:16
professionalScozturk10-Jul-03 9:16 
AnswerRe: How many lines? Pin
David Crow10-Jul-03 10:05
David Crow10-Jul-03 10:05 
AnswerRe: How many lines? Pin
John R. Shaw10-Jul-03 11:15
John R. Shaw10-Jul-03 11:15 
AnswerRe: How many lines? Pin
Nick Parker10-Jul-03 12:21
protectorNick Parker10-Jul-03 12:21 
GeneralRe: How many lines? Pin
georgiek5010-Jul-03 13:41
georgiek5010-Jul-03 13:41 
GeneralMFCCGridControl won't give me a member variable! Pin
adonisv10-Jul-03 9:08
adonisv10-Jul-03 9:08 
GeneralRe: MFCCGridControl won't give me a member variable! Pin
John M. Drescher10-Jul-03 10:19
John M. Drescher10-Jul-03 10:19 
I think you have to do that manually...

[EDIT]
Add this to your class definition:
CGridCtrl m_Grid;

Add this after CDialog::DoDataExchange(pDX); in your DoDataExchange(CDataExchange* pDX) member function
DDX_GridControl(pDX, IDC_GRID, m_Grid);

[/EDIT]

John
GeneralRe: MFCCGridControl won't give me a member variable! Pin
adonisv10-Jul-03 14:44
adonisv10-Jul-03 14:44 
GeneralUpdating all active documents Pin
Anonymous10-Jul-03 8:24
Anonymous10-Jul-03 8:24 
GeneralRe: Updating all active documents Pin
David Crow10-Jul-03 8:37
David Crow10-Jul-03 8:37 
GeneralRe: Updating all active documents Pin
John R. Shaw10-Jul-03 11:42
John R. Shaw10-Jul-03 11:42 
GeneralDockable Window Pin
fluxt10-Jul-03 8:14
fluxt10-Jul-03 8:14 
GeneralRe: Dockable Window Pin
Chris Richardson10-Jul-03 13:23
Chris Richardson10-Jul-03 13:23 
Generalaccessing the elements of a struct from another class Pin
johnstonsk10-Jul-03 7:53
johnstonsk10-Jul-03 7:53 
GeneralRe: accessing the elements of a struct from another class Pin
David Crow10-Jul-03 8:51
David Crow10-Jul-03 8:51 
GeneralRe: accessing the elements of a struct from another class Pin
johnstonsk10-Jul-03 8:53
johnstonsk10-Jul-03 8:53 
GeneralRe: accessing the elements of a struct from another class Pin
David Crow10-Jul-03 10:04
David Crow10-Jul-03 10:04 
GeneralRe: accessing the elements of a struct from another class Pin
johnstonsk10-Jul-03 10:20
johnstonsk10-Jul-03 10:20 
General(cin>>x).get( ); Pin
DaveE9th10-Jul-03 7:44
DaveE9th10-Jul-03 7:44 
GeneralRe: (cin>>x).get( ); Pin
Nick Parker10-Jul-03 8:25
protectorNick Parker10-Jul-03 8:25 
GeneralRe: (cin>>x).get( ); Pin
John M. Drescher10-Jul-03 10:38
John M. Drescher10-Jul-03 10:38 
GeneralRe: (cin>>x).get( ); Pin
Michael Dunn10-Jul-03 13:30
sitebuilderMichael Dunn10-Jul-03 13:30 
GeneralRe: (cin>>x).get( ); Pin
Nick Parker10-Jul-03 18:10
protectorNick Parker10-Jul-03 18:10 
GeneralRe: (cin>>x).get( ); Pin
DaveE9th10-Jul-03 21:57
DaveE9th10-Jul-03 21:57 

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.