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