代码搜索:GetWindowRect

找到约 345 项符合「GetWindowRect」的源代码

代码结果 345
www.eeworm.com/read/108657/15581350

cpp dlgfolderproperties.cpp

// // DlgFolderProperties.cpp // // Copyright (c) Shareaza Development Team, 2002-2004. // This file is part of SHAREAZA (www.shareaza.com) // // Shareaza is free software; you can redistribute
www.eeworm.com/read/100917/15860985

cpp edfaddlg.cpp

// edfaddlg.cpp : implementation file // #include "stdafx.h" #include "resource.h" #include "editcmd.h" #include "edfaddlg.h" #include "filesup.h" #include "ccrystaltextbuffer.h" #include
www.eeworm.com/read/493068/6405911

bas jdsaver.bas

Attribute VB_Name = "JDSAVER" '----------------------------------------------------------------------------- Option Explicit Type RECT 'Used by GetClientRect and GetWindowRect Left As
www.eeworm.com/read/164532/10104399

cpp dlgsms.cpp

// DlgSms.cpp : implementation file // #include "stdafx.h" #include "maintain.h" #include "DlgSms.h" #include "mainfrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char
www.eeworm.com/read/229545/14332118

cpp dialogtoolsbar.cpp

// MapInfoBar.cpp : implementation file // #include "stdafx.h" #include "gstools.h" #include "DialogToolsBar.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]
www.eeworm.com/read/294148/8250237

cpp trackwin.cpp

// TrackWin.cpp: implementation of the CTrackWin class. // ////////////////////////////////////////////////////////////////////// #include #include "stdafx.h" #include "mixer.h" #inclu
www.eeworm.com/read/286507/8762514

bas modapi.bas

Attribute VB_Name = "modAPI" '===Types============================================================================================================= Public Declare Function GetWindowRect Lib "user3
www.eeworm.com/read/123403/14635915

txt findwindow.txt

// Find the Input panel window handle hWndInputPanel = FindWindow(TEXT("SipWndClass"), NULL); // Checking... if (hWndInputPanel != NULL) // Get the original Input panel window size GetWindowRect(
www.eeworm.com/read/461653/7222743

txt 保存位图.txt

#include void CSaveBitmap::SaveBitmap(HWND hwnd,CString strSaveFile) { CBitmap *pBitmapOld,bitmap; CDC cdc,memdc; CRect rect; /* if(hwnd) ::GetWindowRect(hwnd,&rect);
www.eeworm.com/read/169189/9876297

c testmci.c

#include #include void SetClientRect(HWND hwnd, HWND hwndMCI) { RECT rect; GetWindowRect(hwndMCI, &rect); AdjustWindowRectEx(&rect, GetWindowLong(hwnd, GWL_