• 大小: 1.83MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: minigui  

资源简介

minigui下对位图的简单操作 可以用控件,键盘上下左右,加速减速操作

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#define IDC_BUTTON1 110
#define IDC_BUTTON2 120
#define IDC_BUTTON3 130
#define IDC_BUTTON4 140
#define _ID_TIMER 100
#define _ID_TIME_STATIC 100

HWND hMainWnd;
HWND hButtonWnd1;
HWND hButtonWnd2;
HWND hButtonWnd3;
HWND hButtonWnd4;

int x=280y=200a=5dx=0dy=0flag=0;
static RECT rcCircle = {0 50 1024 720};    //重绘区域的大小

static int CreateControls(hWnd);

static int 
TestMainWinProc(HWND hWnd int message WPARAM wParam LPARAM lParam)
{
HDC hdc;
static BITMAP bitmap;
switch (messa

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     196662  2011-05-03 20:38  对位图的简单操作\12.bmp

     文件        537  2011-04-22 20:52  对位图的简单操作\Button.dsw

     文件      99328  2011-05-08 17:58  对位图的简单操作\Button.ncb

     文件        751  2011-05-08 17:58  对位图的简单操作\Button.plg

    ..A.SH.      6656  2011-05-07 14:40  对位图的简单操作\Thumbs.db

     文件     155731  2011-05-08 17:57  对位图的简单操作\Debug\Button.exe

     文件      16186  2011-05-08 17:58  对位图的简单操作\Debug\button.obj

     文件      43520  2011-04-22 21:20  对位图的简单操作\Debug\Button.opt

     文件     500736  2011-05-08 17:57  对位图的简单操作\Debug\Button.pdb

     文件     114053  2011-05-08 17:58  对位图的简单操作\Debug\button.sbr

     文件    4583470  2005-05-13 16:07  对位图的简单操作\Debug\minigui.dll

     文件      29653  2011-05-08 15:51  对位图的简单操作\Debug\plane.obj

     文件          0  2011-05-08 15:51  对位图的简单操作\Debug\plane.sbr

     文件      29657  2011-05-08 15:47  对位图的简单操作\Debug\plane11.obj

     文件          0  2011-05-08 15:48  对位图的简单操作\Debug\plane11.sbr

     文件      86068  2004-11-22 18:09  对位图的简单操作\Debug\pthreadVC1.dll

     文件          0  2011-05-05 20:37  对位图的简单操作\Debug\settimer.sbr

     文件      74752  2011-05-08 17:58  对位图的简单操作\Debug\vc60.idb

     文件      53248  2011-05-08 17:58  对位图的简单操作\Debug\vc60.pdb

     文件     326264  2011-05-08 17:57  对位图的简单操作\Debug\Button.ilk

     文件     581700  2011-05-08 17:57  对位图的简单操作\Debug\Button.pch

     文件     312320  2011-05-08 17:57  对位图的简单操作\Debug\Button.bsc

     文件       4399  2011-05-08 16:31  对位图的简单操作\Button.dsp

     文件       5585  2011-05-08 17:58  对位图的简单操作\button.c

     文件      49664  2011-05-08 17:58  对位图的简单操作\Button.opt

     目录          0  2011-05-08 15:54  对位图的简单操作\Debug

     目录          0  2011-05-08 16:11  对位图的简单操作

     文件      43210  2011-05-07 22:00  对位图的简单操作项目计划书.doc

----------- ---------  ---------- -----  ----

              7314150                    28

............此处省略1个文件信息

评论

共有 条评论