代码搜索:GetWindowRect
找到约 345 项符合「GetWindowRect」的源代码
代码结果 345
www.eeworm.com/read/133805/14022748
pas expndbox.pas
unit ExpndBox;
interface
uses Windows, Messages;
// 调整对话框(放大or缩小)
procedure ExpandBox(fExpand: BOOL; hWnd: HWND; nIDDefaultBox: Integer);
implementation
// 调整对话框(放大or缩小)
procedure
www.eeworm.com/read/133804/14022987
pas expndbox.pas
unit ExpndBox;
interface
uses Windows, Messages;
// 调整对话框(放大or缩小)
procedure ExpandBox(fExpand: BOOL; hWnd: HWND; nIDDefaultBox: Integer);
implementation
// 调整对话框(放大or缩小)
procedure
www.eeworm.com/read/110032/15543409
cpp scrgeniusdlg.cpp
/ ScrGeniusDlg.cpp : implementation file
//
//Modify by 徐景周 2000.10
//功能:退出对话框实现
#include "stdafx.h"
#include "ScrGenius.h"
#include "ScrGeniusDlg.h"
//#include
#include "Transpa
www.eeworm.com/read/105937/15653885
txt readme.txt
巧妙实现超链接控制
VC大本营:http://netvc.6to23.com
我们用MFC开发应用程序时,通常在窗口中放置大量的控件,通过触发这些控件的事件来完成我们的控制。但并不是每个控件都提供所有的事件消息,例如我们在对话窗口中加入一个静态文本控件(CState类),这时在ClassWizard中此控件没有任何消息,也就无法完成所要求的控制。VC++中为我们提供了一个API函数Ge ...
www.eeworm.com/read/104386/15695902
cpp splitterbar.cpp
// CSplitterBar.cpp : implementation file
//
/////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SplitterBar.h"
#ifdef _DEBUG
#define
www.eeworm.com/read/420574/10788652
vbw getwindowrect和getcursorpos判断鼠标是否位于控件内部.vbw
Form1 = 44, 58, 545, 514, Z, 22, 29, 523, 486, C
www.eeworm.com/read/420574/10788656
vbp getwindowrect和getcursorpos判断鼠标是否位于控件内部.vbp
Type=Exe
Form=GetWindowRect和GetCursorPos判断鼠标是否位于控件内部.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\Stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
www.eeworm.com/read/309915/13662178
cpp gtmpegwnd.cpp
// GtMpegWnd.cpp : implementation file
//
#include "stdafx.h"
#include "GtMpeg.h"
#include "GtMpegWnd.h"
#include "about.h"
#include "ImageObject.h"
#include "FacePage.h"
#include "PlaybackL
www.eeworm.com/read/215483/15060295
txt crypt.txt
1)、MD5
// MD5.h: interface for the CMD5 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MD5_H__EA6A200B_1336_43F3_B866_2A2E28D54560__I
www.eeworm.com/read/389826/8496890
cpp towermfcdlg.cpp
// TowerMfcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "TowerMfc.h"
#include "TowerMfcDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]