User profile: yaaz32

User info
User name:yaaz32
History
Joined:
Number of posts:30
Latest posts:

Listview
int sum = 0; for each (auto item in listVotes->Items) { for each (auto col in item->Su...

Listview
How does one calculate all values in a listview using a for loop?

Adding 3 values to a listview
Hi How do i add 3 values to a listview? I have 3 different tools i'm using to get the date of bi...

Numericupdown
Nevermind. solved it. System::Convert::ToString(numericupdown->value);

Numericupdown
I'm using a numericupdown. I want to put it in a variable called app which i declared as a string...