代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/437607/1830301
h windows.h
/****************************************************************************************
* 文件名:WINDOWS.H
* 功能:窗口管理。头文件,用于定义各种数据结构。
* 作者:黄绍斌
* 日期:2003.09.19
* 备注:
*******************************
www.eeworm.com/read/437607/1830307
c windows.c
/****************************************************************************************
* 文件名:WINDOW.C
* 功能:窗口管理。将进行各种窗口的给制及窗口内部控制。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*****************************
www.eeworm.com/read/432815/1889453
h windows.h
#ifndef __WINDOWS_H
#define __WINDOWS_H
#include "component.h"
#include "window.h"
#include "scrollbar.h"
#include "progressbar.h"
#include "textbox.h"
#include "listbox.h"
#include "editbox
www.eeworm.com/read/430518/1923164
c windows.c
/* windows.c: Routines to deal with register window management
* at the C-code level.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include
#incl
www.eeworm.com/read/430360/1932111
inc windows.inc
comment * -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
WINDOWS.INC for 32 bit MASM (Version 1.30 Release 7 March 2006)
Project WINDOWS.INC at www.masmforum.com
www.eeworm.com/read/430182/1937745
c windows.c
/* windows.c: Routines to deal with register window management
* at the C-code level.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#include
#incl
www.eeworm.com/read/429067/1951905
h windows.h
/****************************************************************************************
* 文件名:WINDOWS.H
* 功能:窗口管理。头文件,用于定义各种数据结构。
* 作者:黄绍斌
* 日期:2003.09.19
* 备注:
*******************************
www.eeworm.com/read/429067/1951911
c windows.c
/****************************************************************************************
* 文件名:WINDOW.C
* 功能:窗口管理。将进行各种窗口的给制及窗口内部控制。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*****************************
www.eeworm.com/read/428868/1953041
js windows.js
function over_change(src)
{
if (!src.contains(event.fromElement))
{
src.style.cursor="hand";
}
}
function out_change(src)
{
if (!src.contains(event.toElement))
{
src.sty
www.eeworm.com/read/427112/1975227
java windows_it.java
package com.sun.java.swing.plaf.windows.resources;
import java.util.ListResourceBundle;
public final class windows_it extends ListResourceBundle {
protected final Object[][] getContents() {