jvm也不会进行回收,类似Io流中的FileInputStream使用到了硬盘资源,垃圾回收器是不会去回收的,因此,...
选择一个picture控件,右键属性, image 选择 IDI_ICON1, type选择Icon
wc.hIcon = LoadIcon(NULL,IDI_APPLICATION); to this: wc.hIcon = LoadIcon(NULL,IDI_ICON1); I've created a resource.rc file that contains IDI_ICON1 and added it to my project, but I keep getting the same error over and over. It works fine with internal icons, but not with icons t...
最好每句都加注释//{{NO_DEPENDENCIES}}// Microsoft Developer Studio generated include file.// Used by MINE.RC//#define IDI_ICON 101#define IDR_MENU1 104#define IDR_MENU2 105#define IDR_MENU3 108#define ID_MENUITEM40001 40001#define ID_MENUITEM40002 40002#define ID_MENUITEM40003 40003#de...