Hi everyone
I'm new here. I've been learning C++ over my holidays and thought I'd start using the GUI side. I'm using the form designer in MSVC++ express edition. I followed the video tutorial on Microsoft's site and understood it, except the part where the person suddenly typed things like "label1->Text=String::Format("Choose a date {0}", dateTimePicker1->Value);" and "Application::exit()" etc. I understand what these do, and using them seems pretty self-explanatory. However, does anyone know where I can find a nicely laid out list/reference of these GUI commands and their parameters?
Thank you



LinkBack URL
About LinkBacks



. However, it does seem like the best resource available. After a bit of searching, I'll get used to the layout. I remember I looked at MSDN when I first got in to C++ but it was a case of knowing what command you were looking for, so I didn't delve deeper. So I guess in that sense, it was partly my fault for not looking more carefully.