How to integrate icon with EXE file, because when I try this:
it requires to supply with my EXE also the icon file but I want to make the icon a part of the exe file as I've seen in many appliations...
Code:
System::Drawing::Icon *IC = new System::Drawing::Icon(S"calculator.ico");
this->Icon = IC;