代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/244464/12862515
cpp imagebutton.cpp
// **************************************************************************
// imagebutton.cpp
//
// Description:
// Implements a "smart" bitmap button. The default implementation supplied
//
www.eeworm.com/read/330633/12878110
asm xbmtools.asm
;-----------------------------------------------------------------------
; MODULE XBMTOOLS
;
; Bitmap conversion / manipulation tools
;
; Compile with Tasm.
; C callable.
;
;
; ****** XLIB -
www.eeworm.com/read/142995/12905997
h gdiplusheaders.h
/**************************************************************************\
*
* Copyright (c) 1998-2000, Microsoft Corp. All Rights Reserved.
*
* Module Name:
*
* GdiplusHeaders.h
*
* Abst
www.eeworm.com/read/142761/12923357
h dibsect.h
/*
/--------------------------------------------------------------------
|
| $Id: dibsect.h,v 1.7 2000/01/17 23:37:12 Ulrich von Zadow Exp $
|
| Copyright (c) 1996-1998 Ulrich von Zadow
www.eeworm.com/read/142761/12923362
h winbmp.h
/*
/--------------------------------------------------------------------
|
| $Id: winbmp.h,v 1.8 2000/01/17 23:37:12 Ulrich von Zadow Exp $
|
| Copyright (c) 1996-1998 Ulrich von Zadow
www.eeworm.com/read/142742/12923768
cpp bcmenu.cpp
#include "stdafx.h" // Standard windows header file
#include "BCMenu.h" // BCMenu class declaration
#include //SK: makes A2W and other spiffy AFX macros work
#ifde
www.eeworm.com/read/328887/12996599
cpp skinheaderctrl.cpp
// SkinHeaderCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "CE6_ListCtrl_HideScrollBar.h"
#include "SkinHeaderCtrl.h"
#include "memdc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/141570/12998465
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/141545/13003555
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
www.eeworm.com/read/141203/13033857
h bitmapmethods.h
/* Copyright (c) 2001, Nokia Mobile Phones. All rights reserved */
#ifndef __BITMAPMETHODS__
#define __BITMAPMETHODS__
#define KColourDepth EColor4K
//Ensure these libraries are linked again