Thread
:
Plz Help - Visual Basic .net/visual C++ .net Code
View Single Post
Jan 18th, 2007, 12:23 PM
#
9
Arevos
Programming Guru
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power:
5
I haven't done much work with the C++ .NET interface, but you probably have to do something like:
(
Toggle Plain Text
)
System::Int32 hours; for(hours=1; hours<=50; hours++) { this->HoursListBox->Items->Add(hours); }
System::Int32 hours; for(hours=1; hours<=50; hours++) { this->HoursListBox->Items->Add(hours); }
Arevos
View Public Profile
Visit Arevos's homepage!
Find More Posts by Arevos