代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/150030/12323510
chm programming windows.chm
www.eeworm.com/read/251577/12334034
hpp windows_exceptions.hpp
/** \file winstl/windows_exceptions.hpp Redirects inclusion to winstl_exceptions.h. This will be changed in a subsequent release, such that this file will contain the component definitions, and winstl
www.eeworm.com/read/251577/12334038
hpp windows_directory.hpp
#ifndef WINSTL_INCL_WINSTL_H_WINSTL
# include
#endif /* !WINSTL_INCL_WINSTL_H_WINSTL */
#ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT
# pragma message("This file is now obsolete, an
www.eeworm.com/read/251577/12334177
hpp windows_ident.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: winstl/windows_ident.hpp (formerly winstl_windows_ident.h)
*
* Purpose: Windows identification.
www.eeworm.com/read/251577/12334654
hpp windows_directory.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: winstl/system/windows_directory.hpp (originally winstl_windows_directory.h)
*
* Purpose: Simple cl
www.eeworm.com/read/149475/12374236
bmp windows logo.bmp
www.eeworm.com/read/250881/12380120
txt windows系统安装.txt
巧妙安装各种<mark>Windows</mark>操作系统
对于新购置的电脑,在完成对硬盘的分区、格式化操作以后,就需要进行<mark>Windows</mark>系统的安装了。下面就来介绍一下<mark>Windows</mark>各种版本的安装方法。
安装<mark>Windows</mark> 98
新安装<mark>Windows</mark> 98系统,可以使用<mark>Windows</mark> 98系统启动盘启动计算机,然后将<mark>Windows</mark> 98安装光盘放入光驱,在DOS提示符状态下,进入光盘 ...
www.eeworm.com/read/148696/12442456
mak show_windows.mak
# Nmake macros for building Windows 32-Bit apps
all: Show_W~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/148696/12442470
cpp show_windows.cpp
#include
LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch (uMsg)
{
case WM_COMMAND:
switch ( LOWORD( wParam ) )
www.eeworm.com/read/131764/14130902
pas main_windows.pas
unit MAIN_WINDOWS;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, FRMBASS, Grids, Impstringgrid, ComCtrls, StdCtrls,
DsFancyButton, E