whenever i try to run program for example,
if i have to run \"frmphonebook\" so in
Application.Run(new frmphonebook());
I typed bu
You can give your threads a name it would also help you in your debugging... But in many apps threads are created implicitly and you have no control over the name. So that is not an error message. Code 0 means everything went according to plan. Any non-zero code usually indicates an error.
edit: You can also disable the display of these messages, when debugging, do right click on output, and choose what do you want see.
