代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/280830/10290697
cpp ddihook.cpp
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FIT
www.eeworm.com/read/425998/10294876
h tga.h
//----------------------------------------------------------------------------//
// viewer.h //
// Copyright (C) 2003 Desmecht Laurent
www.eeworm.com/read/355071/10297040
vb iconmenuitem.vb
Imports System.ComponentModel
Public Class IconMenuItem
Inherits System.Windows.Forms.MenuItem
Private mFont As Font
Private mBitmap As Bitmap
Private mColor As Color
Private
www.eeworm.com/read/355071/10297199
vb mymenu.vb
Imports System.ComponentModel
Public Class mymenu
Inherits System.Windows.Forms.MenuItem
Private mFont As Font
Private mBitmap As Bitmap
Private mColor As Color
Private minIc
www.eeworm.com/read/425978/10298738
c bitvec.c
/*
** 2008 February 16
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivene
www.eeworm.com/read/280325/10339338
cpp mybookbutton.cpp
// MyBookButton.cpp : implementation file
//
#include "stdafx.h"
#include "btwnd.h"
#include "MyBookButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/162078/10341076
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/161941/10355994
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/279692/10402271
pas createcompatibledcu.pas
unit CreateCompatibleDCU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;
www.eeworm.com/read/279692/10402502
pas usetpixel.pas
unit USetPixel;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Im