Visual C++ is an absolutely big environment. Currently, I'm working on windows forms applications. I tried to search for tutorials but the only thing I found was scattered information in MSDN Microsoft website.
How is it possible to learn windows forms separately?Is there a book out there?
Anyway, I'm going to stick to the point.
I've tried this code to show a message but it does not give any sound
MessageBox::Show("string")
Also what is the code for error messages and ho do I specify their icons
Thank you all in advance