Click here to Skip to main content
15,902,114 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: c++ coding Pin
Mark Salsbery25-May-07 10:48
Mark Salsbery25-May-07 10:48 
AnswerRe: c++ coding Pin
Christian Graus25-May-07 9:58
protectorChristian Graus25-May-07 9:58 
GeneralRe: c++ coding Pin
Hamid_RT28-May-07 7:25
Hamid_RT28-May-07 7:25 
Questionquestion Pin
faradgi24-May-07 13:20
faradgi24-May-07 13:20 
AnswerRe: question Pin
Christian Graus24-May-07 20:29
protectorChristian Graus24-May-07 20:29 
AnswerRe: question Pin
Kevin McFarlane26-May-07 6:20
Kevin McFarlane26-May-07 6:20 
AnswerRe: question Pin
Hamid_RT28-May-07 7:30
Hamid_RT28-May-07 7:30 
Questiondatagridview data Pin
Xeef24-May-07 11:19
Xeef24-May-07 11:19 
hi agein to all


array<String^>^row0 = {"11/22/1968","29"};<br />
      DataGridView1->Rows->Add( row0 );<br />
      row0[0]="2";<br />
      Object^ a= DataGridView1->DataSource;<br />
      a[0]="123";


error C3915: 'System::Object' has no default indexed property (class indexer)

how do i acces the rows after they are created / aplyed i havent try it but i am prety sure i coud overwrite it
like DataGridView1->Rows->Add( somethingelse ); mayby not whit add :p
it woud just append / push it in this case
any way the question is how can i acces it streigt to replace data something like

DataSource[row][col]= "my new value";

i not wana use databinding to a data base as the data are live generated and i dont think it woud make thinks easyer any way Wink | ;)

on top if this is there any way to list the content and types whats in an object
some recursive loop wich woud rotate truh all elements of the object by it an array a mullti dim array or what ever object combination
AnswerRe: datagridview data Pin
teejayem24-May-07 12:59
teejayem24-May-07 12:59 
GeneralRe: datagridview data Pin
Xeef24-May-07 13:19
Xeef24-May-07 13:19 
Questionconver size_t to System::String Pin
Xeef23-May-07 8:40
Xeef23-May-07 8:40 
AnswerRe: conver size_t to System::String Pin
led mike23-May-07 8:48
led mike23-May-07 8:48 
GeneralRe: conver size_t to System::String Pin
Xeef23-May-07 9:07
Xeef23-May-07 9:07 
AnswerRe: conver size_t to System::String Pin
Mark Salsbery23-May-07 9:02
Mark Salsbery23-May-07 9:02 
GeneralRe: conver size_t to System::String Pin
Xeef23-May-07 9:11
Xeef23-May-07 9:11 
GeneralRe: conver size_t to System::String Pin
led mike23-May-07 9:13
led mike23-May-07 9:13 
GeneralRe: conver size_t to System::String Pin
Mark Salsbery23-May-07 9:19
Mark Salsbery23-May-07 9:19 
GeneralRe: conver size_t to System::String Pin
led mike23-May-07 9:35
led mike23-May-07 9:35 
GeneralRe: conver size_t to System::String Pin
Mark Salsbery23-May-07 9:40
Mark Salsbery23-May-07 9:40 
QuestionMDI application help - multiple Cview style Pin
earlgraham23-May-07 5:28
earlgraham23-May-07 5:28 
QuestionRootnamespace in VS2005 Pin
hansipet23-May-07 3:22
hansipet23-May-07 3:22 
QuestionPointer Pin
dodoxor22-May-07 8:54
dodoxor22-May-07 8:54 
QuestionCreate video on an OpenGL window by reading memory buffers containing image frames Pin
DoctorDoctor22-May-07 7:54
DoctorDoctor22-May-07 7:54 
QuestionVerifying if one bit is set in a word value. Pin
paper6722-May-07 6:16
paper6722-May-07 6:16 
QuestionAbout help Pin
sarah_malik22-May-07 6:09
sarah_malik22-May-07 6: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.