WINDOWS API大作业能帮做出来的给最高分!!!

来源:百度知道 编辑:UC知道 时间:2024/05/24 11:42:35
这就是作业 成功了追加分~~~
QQ 912530490 用C语言

采用什么语言撒。。。 

====================================

90%的功能已经帮你写了,哈哈。在VS2008中调试。

// sp.cpp : Defines the entry point for the application.

//

#include "stdafx.h"

#include "sp.h"

// Global Variables:

HINSTANCE hInst;           // current instance

INT_PTR CALLBACK  wf(HWND, UINT, WPARAM, LPARAM);  // main window function

INT_PTR CALLBACK  bwf(HWND hw, UINT msg, WPARAM wp, LPARAM lp);//button's new window function.

class cmb //my button window

{

public: 

cmb(int x,int y,HWND parent);//控件所在列,行

 ~cmb();

void draw();

HWND handle,parent;

int left,t