//因为最先我是用BCB写的程序,有很多人要求用c写一个,我就试着改了一下,
这个编译后的文件很小,也很好用,比用BCB压缩后的
//小了差不多十陪,这部份代码仅供参考
//
#include "windows.h"
#include "stdlib.h"
#include "time.h"
#include "string.h"
//-------------------------------------------------------------------------------------
#define SUNTIMER 2000//计时器标识号
/
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);//回调函数
BOOL initWindowClass(HINSTANCE);//注册窗口类函数
BOOL initWindow(HINSTANCE,int);//创建窗口函数
HWND hWndMain;//窗口句柄
void MyLoop();
bool WriteText(HWND);
void MyShowText();
HWND mhwnd,hwnd1,btnWnd,txtWnd;
HANDLE hMem;
bool flag;
LPTSTR pStr,pText;
///主函数/
int WINAPI WinMain(HINSTANCE hInstance,/
HINSTANCE hPrevIns,LPSTR lpCmdLine,int nShowCmd){
MSG msg;//
if(!initWindo
这个编译后的文件很小,也很好用,比用BCB压缩后的
//小了差不多十陪,这部份代码仅供参考
//
#include "windows.h"
#include "stdlib.h"
#include "time.h"
#include "string.h"
//-------------------------------------------------------------------------------------
#define SUNTIMER 2000//计时器标识号
/
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);//回调函数
BOOL initWindowClass(HINSTANCE);//注册窗口类函数
BOOL initWindow(HINSTANCE,int);//创建窗口函数
HWND hWndMain;//窗口句柄
void MyLoop();
bool WriteText(HWND);
void MyShowText();
HWND mhwnd,hwnd1,btnWnd,txtWnd;
HANDLE hMem;
bool flag;
LPTSTR pStr,pText;
///主函数/
int WINAPI WinMain(HINSTANCE hInstance,/
HINSTANCE hPrevIns,LPSTR lpCmdLine,int nShowCmd){
MSG msg;//
if(!initWindo