代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/151211/12227751

txt 64.txt

在VB中获取可执行文件及Windows 95快捷方式的图标 使用API函数 LoadImage 就可以实现图标的获取:   Declare Function LoadImage Lib "user32" Alias "LoadImageA" (ByVal hInst As Long,ByVal lpsz As String, ByVal un1 As Long,ByVal n1 As L
www.eeworm.com/read/150906/12248091

cpp ddutil.cpp

/*========================================================================== * * Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved. * * File: ddutil.cpp * Content:
www.eeworm.com/read/339132/12255935

pas hutil32.pas

unit HUtil32; //提供大量的辅助函数 interface uses Classes, SysUtils, WinTypes, WinProcs, Graphics, Messages, Dialogs; type Str4096 = array [0..4096] of char; Str256 = array [0..256] of
www.eeworm.com/read/251759/12321767

cpp officexpmenu.cpp

#include "stdafx.h" // Standard windows header file #include "officexpmenu.h" // COfficeXPMenu class declaration #include //SK: makes A2W and other spiffy AFX macro
www.eeworm.com/read/250279/12418231

cpp demo13~2.cpp

// DEMO13_11.CPP - Time based motion modeling // to compile make sure to include DDRAW.LIB, DSOUND.LIB, // DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files // INCLUDES ////////////////////
www.eeworm.com/read/148708/12436323

cpp ddutil.cpp

/*========================================================================== * * Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved. * * File: ddutil.cpp * Content:
www.eeworm.com/read/148708/12436398

cpp ddutil.cpp

/*========================================================================== * * Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved. * * File: ddutil.cpp * Content:
www.eeworm.com/read/336554/12437071

cpp officexpmenu.cpp

#include "stdafx.h" // Standard windows header file #include "officexpmenu.h" // COfficeXPMenu class declaration #include //SK: makes A2W and other spiffy AFX macro
www.eeworm.com/read/336539/12437818

cpp ddutil.cpp

//----------------------------------------------------------------------------- // File: ddutil.cpp // // Desc: Routines for loading bitmap and palettes from resources // // // Copyright (c) 199
www.eeworm.com/read/148696/12442618

cpp pen_bmp.cpp

HBITMAP hBitmap; HDC hDC; HDC hMemDC; // Load the bitmap into memory hBitmap = LoadBitmap( hInst, "pen" ); // Paint the bitmap onto the MemDC and then the screen hDC = GetDc( hWnd