文件名称:C++ 桌面宠物-金鱼
文件大小:411KB
文件格式:RAR
更新时间:2017-01-28 07:42:30
C++ desktop pet
MFC环境下的桌面宠物,金鱼。。。。。。。。。。。。。。。。。 使用方法: //0,添加left.png,right.png资源文件 //1, 头文件定义变量 GoldFish pet; //2, 在CPP文件创建 // Create a goldfish if (!pet.Create(NULL, NULL, WS_CHILD | WS_VISIBLE, CRect(0,0,0,0), /* CWnd:: */ GetDesktopWindow(), 0x556)) { TRACE0("can not create desktop pet, goldfish."); } pet.UpdateWindow();
【文件预览】:
goldfish
----res()
--------small.ico(6KB)
--------Right.png(200KB)
--------Left.png(201KB)
--------mgoldfish.ico(6KB)
----GoldFish.h(2KB)
----GoldFish.cpp(7KB)