• 大小: 94KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: 其他
  • 标签: WinSpy++  1.7  

资源简介

WinSpy++ is a handy programmer's utility which can be used to select and view the properties of any window in the system. WinSpy is based around the Spy++ utility that ships with Microsoft Visual Studio. WinSpy++ can obtain the following window properties: Window Class and Name. Window procedure a

资源截图

代码片段和文件信息

//
// BitmapButton.c
//  Copyright (c) 2002 by J Brown 
// Freeware
//
// void MakeBitmapButton(HWND hwnd UINT uIconId)
//
//  Converts the specified button into an owner-drawn button
// (supports a small icon + text to the right)
//
//  hwnd    - handle to button
//   uIconId - icon resource ID (loaded from THIS module)
//
//
//  BOOL DrawBitmapButton(DRAWITEMSTRUCT *dis)
//
// You must call this when the parent (dialog?) window receives a
//  WM_DRAWITEM for the button.
//

#define STRICT
#define WIN32_LEAN_AND_MEAN
#define _WIN32_WINNT 0x0501

#include 
#include 
#include 
#include 
#include “BitmapButton.h“

#pragma comment(lib    “Uxtheme.lib“)
#pragma comment(lib    “Delayimp.lib“)
#pragma comment(linker “

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         110  2002-01-28 10:33  bitmap3.bmp
     文件         110  2002-01-28 10:33  bitmap4.bmp
     文件        3862  2002-01-23 23:46  bitmap5.bmp
     文件        3818  2002-01-23 23:47  bitmap6.bmp
     文件         342  2002-01-25 02:22  bitmap7.bmp
     文件        8773  2006-09-08 09:17  BitmapButton.c
     文件         343  2002-01-28 21:31  BitmapButton.h
     文件         201  2002-01-28 21:30  CaptureWindow.h
     文件        8245  2002-01-23 21:50  CatpureWindow.c
     文件         326  2001-01-02 23:26  cursor1.cur
     文件         635  2006-06-14 18:20  default1.bin
     文件        9295  2007-05-27 07:06  DisplayClassInfo.c
     文件        4566  2006-06-16 10:28  DisplayGeneralInfo.c
     文件        3667  2006-06-14 21:47  DisplayProcessInfo.c
     文件        1495  2005-04-01 14:17  DisplayPropInfo.c
     文件        2817  2002-01-28 15:50  DisplayScrollInfo.c
     文件       33795  2006-05-01 10:37  DisplaystyleInfo.c
     文件        2901  2002-01-28 21:48  DisplayWindowInfo.c
     文件        3817  2002-02-13 22:04  EditSize.c
     文件          26  2002-01-12 16:58  EditWindow.c
     文件       10541  2002-01-28 20:28  FindTool.c
     文件         989  2002-01-23 22:05  FindTool.h
     文件        2676  2002-01-23 21:52  FunkyList.c
     文件        5377  2002-02-13 21:59  GetRemoteWindowInfo.c
     文件        1573  2007-05-27 07:08  History.txt
     文件        1078  2002-01-15 13:39  icon1.ico
     文件         318  2002-01-15 13:39  icon2.ico
     文件         318  2002-01-15 13:39  icon3.ico
     文件         318  2002-01-15 13:39  icon4.ico
     文件         318  2002-01-17 00:08  icon5.ico
     文件         318  2002-01-17 00:07  icon6.ico
............此处省略28个文件信息

评论

共有 条评论