代码搜索:miniGUI

找到约 4,426 项符合「miniGUI」的源代码

代码结果 4,426
www.eeworm.com/read/227021/14443697

c 这是一个在minigui里面打开用户自己线程的例子:).c

#include #include #include #include #include #include #include int i=1; void * send
www.eeworm.com/read/227021/14443698

c 这是一个相应按钮pushdown事件的例子,同时又是一个改变按钮背景色的例.c

/* ** $Id: static.c,v 1.3.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 19.1 ** ** static.c: Sample program for MiniGUI Programming Guide ** Demo for static control. ** ** Copyright (C) 2004
www.eeworm.com/read/227021/14443701

c 这是一个改变窗口标题的例子.c

#include #include #include #include #include #include #include HWND hwnd; static DLGT
www.eeworm.com/read/227021/14443704

c 这是在主窗口上建立一个对话框 :) 对话框的托管窗口是主窗口.c

#include #include #include #include #include #include #include #include
www.eeworm.com/read/227020/14443736

c 改变窗体背景的颜色值.c

#include #include #include #include #include #include #include HWND hwnd; static DLGT
www.eeworm.com/read/227020/14443740

c 这是一个按钮双击的处理函数的例子.c

/* ** $Id: static.c,v 1.3.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 19.1 ** ** static.c: Sample program for MiniGUI Programming Guide ** Demo for static control. ** ** Copyright (C) 2004
www.eeworm.com/read/227020/14443746

c 这是按钮点击的处理例子( 表明用户单击此按钮。该通知码的值为 0,因此,如果要在按钮的 bn_clicked 通 知 消 息 , 只 需 判 断 父窗口中处理该按钮发送过来的.c

/* ** $Id: static.c,v 1.3.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 19.1 ** ** static.c: Sample program for MiniGUI Programming Guide ** Demo for static control. ** ** Copyright (C) 2004
www.eeworm.com/read/227020/14443752

c 这是一个按钮得到焦点的相应的例子.c

/* ** $Id: static.c,v 1.3.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 19.1 ** ** static.c: Sample program for MiniGUI Programming Guide ** Demo for static control. ** ** Copyright (C) 2004
www.eeworm.com/read/227020/14443755

c 这是按钮的up事件处理.c

/* ** $Id: static.c,v 1.3.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 19.1 ** ** static.c: Sample program for MiniGUI Programming Guide ** Demo for static control. ** ** Copyright (C) 2004
www.eeworm.com/read/222623/14682462

c systerm.c

/* ** $Id: timeeditor.c,v 1.10 2006/05/25 09:33:20 gelei Exp $ ** ** Listing 12.1 ** ** timeeditor.c: Sample program for MiniGUI Programming Guide ** A time editor, use SpinBox and Edit controls