loading icon
-
Sir, In the mainframe in the title bar we have the MFC icon.Instead of that I want to load a bitmap.Can it be done.If so please help me do that. Thanking you. with regards, Subhashree Subhashree, ProjectAssociate, Structural Engg Lab, IIT,Chennai-36
-
Sir, In the mainframe in the title bar we have the MFC icon.Instead of that I want to load a bitmap.Can it be done.If so please help me do that. Thanking you. with regards, Subhashree Subhashree, ProjectAssociate, Structural Engg Lab, IIT,Chennai-36
Click on the resources tab, and look at your icon resource. The 16x16 icon, IDR_MAINFRAME i think, is the icon you're talking about. Design a nice new one.
#include <beer.h>
-
Sir, In the mainframe in the title bar we have the MFC icon.Instead of that I want to load a bitmap.Can it be done.If so please help me do that. Thanking you. with regards, Subhashree Subhashree, ProjectAssociate, Structural Engg Lab, IIT,Chennai-36
create a new icon resource,and change the resource ID of the Icon in the Code (generated by the Wizarrd Already listed in your code)..ARE YOU SURE YOU WANT TO LOAD A BITMAP RATHER THAN THE ICON..???? Code the Dreams.