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

Managed C++/CLI

 
GeneralError with Substring. Pin
msogun20-Feb-08 18:12
msogun20-Feb-08 18:12 
GeneralRe: Error with Substring. Pin
Mark Salsbery21-Feb-08 8:05
Mark Salsbery21-Feb-08 8:05 
QuestionPassing Data Between Forms, I tried and failed :) Pin
Badboy22TR20-Feb-08 14:59
Badboy22TR20-Feb-08 14:59 
GeneralRe: Passing Data Between Forms, I tried and failed :) Pin
Paul Conrad29-Feb-08 8:05
professionalPaul Conrad29-Feb-08 8:05 
GeneralRe: Passing Data Between Forms, I tried and failed :) Pin
Badboy22TR29-Feb-08 9:11
Badboy22TR29-Feb-08 9:11 
GeneralI can write a ListView record but I can't read one Pin
BuckBrown20-Feb-08 12:11
BuckBrown20-Feb-08 12:11 
GeneralRe: I can write a ListView record but I can't read one Pin
Christian Graus20-Feb-08 13:18
protectorChristian Graus20-Feb-08 13:18 
GeneralRe: I can write a ListView record but I can't read one Pin
BuckBrown21-Feb-08 6:16
BuckBrown21-Feb-08 6:16 
Yes, reading the items directly would be fine. How do you do that? I can define the record and while trapped in the debugger I can see the information but it is of type ListViewSubItemCollection^ and the compiler will not let me define one. Here is the code.

ListViewItem^ myRecord = gcnew ListViewItem();
myRecord = this->myListView->Items[0];
ListViewSubItemCollection^ myCollection = myRecord->SubItems::get(); // It won't let me define this collection.

If I trap after assigning Items[0] to myRecord I can go to either the Autos or Locals tab and expand myRecord and I can see subItems collection with the data or expand the SubItems and I can see the subItems collection. I just need the correct syntax to read the data from the ListView.

Buck
GeneralRe: I can write a ListView record but I can't read one Pin
Mark Salsbery21-Feb-08 7:44
Mark Salsbery21-Feb-08 7:44 
GeneralRe: I can write a ListView record but I can't read one Pin
BuckBrown21-Feb-08 8:03
BuckBrown21-Feb-08 8:03 
GeneralRe: I can write a ListView record but I can't read one [modified] Pin
Mark Salsbery21-Feb-08 8:15
Mark Salsbery21-Feb-08 8:15 
GeneralRe: I can write a ListView record but I can't read one Pin
BuckBrown21-Feb-08 8:22
BuckBrown21-Feb-08 8:22 
GeneralRe: I can write a ListView record but I can't read one Pin
BuckBrown21-Feb-08 7:50
BuckBrown21-Feb-08 7:50 
GeneralRe: I can write a ListView record but I can't read one Pin
Mark Salsbery21-Feb-08 8:02
Mark Salsbery21-Feb-08 8:02 
GeneralRe: I can write a ListView record but I can't read one Pin
BuckBrown21-Feb-08 8:17
BuckBrown21-Feb-08 8:17 
GeneralRe: I can write a ListView record but I can't read one Pin
Mark Salsbery21-Feb-08 8:21
Mark Salsbery21-Feb-08 8:21 
GeneralRe: I can write a ListView record but I can't read one Pin
BuckBrown21-Feb-08 8:28
BuckBrown21-Feb-08 8:28 
GeneralRe: I can write a ListView record but I can't read one Pin
Mark Salsbery21-Feb-08 8:41
Mark Salsbery21-Feb-08 8:41 
GeneralFirst column of ListView will not center justify Pin
BuckBrown20-Feb-08 10:35
BuckBrown20-Feb-08 10:35 
GeneralNeed your thoughts.!!! Pin
rowdy_vc++20-Feb-08 0:57
rowdy_vc++20-Feb-08 0:57 
GeneralRe: Need your thoughts.!!! Pin
Christian Graus20-Feb-08 11:42
protectorChristian Graus20-Feb-08 11:42 
GeneralRe: Need your thoughts.!!! Pin
Paul Conrad29-Feb-08 8:06
professionalPaul Conrad29-Feb-08 8:06 
QuestionTranslation from C# to C++ [modified] Pin
Badboy22TR19-Feb-08 18:26
Badboy22TR19-Feb-08 18:26 
General[Message Deleted] Pin
crysler19-Feb-08 22:52
crysler19-Feb-08 22:52 
GeneralRe: Translation from C# to C++ Pin
Badboy22TR20-Feb-08 3:56
Badboy22TR20-Feb-08 3:56 

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.