Click here to Skip to main content
16,004,927 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Questionhelp with arrays [modified] Pin
klutez12318-Apr-07 3:12
klutez12318-Apr-07 3:12 
AnswerRe: help with arrays Pin
PhillArx18-Apr-07 3:40
PhillArx18-Apr-07 3:40 
QuestionMaking sure answer is correct Data Type Pin
Lasoryth17-Apr-07 10:53
Lasoryth17-Apr-07 10:53 
AnswerRe: Making sure answer is correct Data Type Pin
Christian Graus17-Apr-07 13:12
protectorChristian Graus17-Apr-07 13:12 
QuestionAccessing filesystem Pin
sinosoidal17-Apr-07 3:58
sinosoidal17-Apr-07 3:58 
AnswerRe: Accessing filesystem Pin
Nish Nishant17-Apr-07 4:26
sitebuilderNish Nishant17-Apr-07 4:26 
QuestionCombine multiple text files into one ! Pin
snailflying16-Apr-07 2:24
snailflying16-Apr-07 2:24 
QuestionTo add data row by row to a datagrid Pin
engilela15-Apr-07 18:24
engilela15-Apr-07 18:24 
Hi,
I am new to vc++.net (mfc),i need to know how to add data and column headers to the MSDATAGRID VERSION 6.0 dynamically IN vc++.Net(mfc application), Please someone help me.
I have taken an sdi(mfc application) and added a MS DataGtrid, now i need to add column headers and data to the grid.The code i added to write is
m_DataGrid1.put_Row(1);
m_DataGrid1.put_Col(1);
m_DataGrid1.put_Text("Nit");

the error i got is "rowset not available".

Thanks in advance
Engilela
AnswerRe: To add data row by row to a datagrid Pin
engilela18-Apr-07 20:39
engilela18-Apr-07 20:39 
QuestionSMS RECEPTION in C++ or code Pin
ijazkhattak15-Apr-07 6:00
ijazkhattak15-Apr-07 6:00 
AnswerRe: SMS RECEPTION in C++ or code Pin
Christian Graus15-Apr-07 11:44
protectorChristian Graus15-Apr-07 11:44 
Question[Message Deleted] Pin
sushantkaura14-Apr-07 23:07
sushantkaura14-Apr-07 23:07 
AnswerRe: 8 puzzle,,, Pin
George L. Jackson15-Apr-07 1:08
George L. Jackson15-Apr-07 1:08 
AnswerRe: 8 puzzle,,, Pin
Christian Graus15-Apr-07 11:46
protectorChristian Graus15-Apr-07 11:46 
Questionworking with folders Pin
marc199014-Apr-07 8:53
marc199014-Apr-07 8:53 
AnswerRe: working with folders Pin
Mark Salsbery14-Apr-07 9:03
Mark Salsbery14-Apr-07 9:03 
GeneralRe: working with folders Pin
marc199014-Apr-07 9:05
marc199014-Apr-07 9:05 
GeneralRe: working with folders Pin
Mark Salsbery14-Apr-07 9:10
Mark Salsbery14-Apr-07 9:10 
Questionstruct and lpvoid Pin
ginjikun14-Apr-07 6:56
ginjikun14-Apr-07 6:56 
AnswerRe: struct and lpvoid Pin
George L. Jackson14-Apr-07 7:59
George L. Jackson14-Apr-07 7:59 
GeneralRe: struct and lpvoid Pin
ginjikun14-Apr-07 15:17
ginjikun14-Apr-07 15:17 
Questionwriting an avi file Pin
wajih.boukaram13-Apr-07 16:03
wajih.boukaram13-Apr-07 16:03 
AnswerRe: writing an avi file Pin
chitra4sat13-Apr-07 16:26
chitra4sat13-Apr-07 16:26 
GeneralRe: writing an avi file Pin
wajih.boukaram13-Apr-07 16:37
wajih.boukaram13-Apr-07 16:37 
AnswerRe: writing an avi file Pin
George L. Jackson13-Apr-07 17:09
George L. Jackson13-Apr-07 17:09 

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.