代码搜索:miniGUI
找到约 4,426 项符合「miniGUI」的源代码
代码结果 4,426
www.eeworm.com/read/192182/8400432
c monthcal.c
/*
** $Id: monthcal.c,v 1.10 2006/06/13 05:10:02 xwyan Exp $
**
** monthcal.c: Sample program for MiniGUI Programming Guide
** Usage of MONTHCALENDAR control.
**
** Copyright (C) 2004 ~ 2006 Feyn
www.eeworm.com/read/192182/8400545
c drawicon.c
/*
** $Id: drawicon.c,v 1.8 2006/05/10 09:51:33 xwyan Exp $
**
** Listing 10.1
**
** drawicon.c: Sample program for MiniGUI Programming Guide
** Demo of loading and drawing icon
**
** Copyright
www.eeworm.com/read/192182/8400558
c progressbar.c
/*
** $Id: progressbar.c,v 1.9 2006/05/10 09:51:33 xwyan Exp $
**
** Listing 25.1
**
** progressbar.c: Sample program for MiniGUI Programming Guide
** Usage of PORGRESSBAR control.
**
** Copyrig
www.eeworm.com/read/192182/8400594
c newtoolbar.c
/*
** $Id: newtoolbar.c,v 1.14 2006/05/23 05:27:19 gelei Exp $
**
** Listing 27.1
**
** newtooltar.c: Sample program for MiniGUI Programming Guide
** Usage of NEWTOOLBAR control.
**
** Copyright
www.eeworm.com/read/192182/8400608
c scrollwnd2.c
/*
** $Id: scrollwnd2.c,v 1.4 2006/06/12 06:40:35 weiym Exp $
**
** scrollwnd2.c: Sample program for MiniGUI Programming Guide
** Usage of SCROLLWND control.
**
** Copyright (C) 2004 ~ 2006 Feynm
www.eeworm.com/read/192181/8400699
news
2005/10/31:
The MiniGUI version 2.0.2 released.
2005/09/05:
The MiniGUI version 1.6.8 released.
2003/06/18:
The MiniGUI version 1.2.6 Value-added Release.
2003/05/18:
The new releas
www.eeworm.com/read/192181/8401103
c coolbar.c
/*
** $Id: coolbar.c,v 1.8 2006/05/22 06:06:45 gelei Exp $
**
** coolbar.c: The CoolBar control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 ~ 2006 Feynman Softwar
www.eeworm.com/read/192181/8401112
c progbar.c
/*
** $Id: progbar.c,v 1.9 2006/05/26 02:51:07 sunlei Exp $
**
** progbar.c: The ProgressBar control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 ~ 2006 Feynman So
www.eeworm.com/read/431975/8642610
h list.h
#ifndef __LIST_H__
#define __LIST_H__
#include "../inc/sysconfig.h"
#if USE_MINIGUI==0
#define OSListMemNum 1000
typedef struct typeList{ //系统控件的链表
struct typeList* pNextList;
struct ty
www.eeworm.com/read/379289/9202739
c desktop.c
#include
#include
#include
#include
#include
#include
#include
HWND hMainWnd;
BIT