代码搜索:GetWindowRect
找到约 345 项符合「GetWindowRect」的源代码
代码结果 345
www.eeworm.com/read/196868/8053430
cpp staticdialog.cpp
//this file is part of notepad++
//Copyright (C)2003 Don HO ( donho@altern.org )
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General P
www.eeworm.com/read/332034/12784311
txt 创建可伸缩的对话框.txt
6. 如何创建可伸缩的对话框
在进行对话框的设计时,有时候我们需要设计可伸缩的对话框,当用户按下某个按钮时弹出或隐藏对话框的下半部分。
(1)、首先在对话框中建立一个图片控件把ID设为IDC_DIVIDER,Type设置为矩形,Color设置为黑色,并将其设定为一线状,拖放在适当的位置做为伸缩对话框的分割线,属性设为不可见。
(2)、实现的原理:先获取对话框的尺寸大小,然后根据的位置来确定缩 ...
www.eeworm.com/read/242302/13077039
txt 怎样使窗口保持在屏幕的中央.txt
你 可 以 设 置 窗 体 的 StartUpPosition属 性 为 2, 这 样 窗 口 一 开 始 就 出 现 在 屏 幕 中 央 。 VB缺 乏 一 个 事 件 来 检 测 用 户 是 否 移 动 窗 口 , 你 可 以 参 考 “在msgblst中如何处理指向结构变量的地址”所 介 绍 的 方 法 来 禁 止 用 户 移 动 窗 口 。
禁 止 窗 口 移 动 可 以
www.eeworm.com/read/140336/13087048
cpp senddatadlg.cpp
//
// SendDataDlg.cpp : implementation file
//
#include "stdafx.h"
#include "vc_demo.h"
#include "SendDataDlg.h"
#include "gprsdll.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/319029/13464125
cpp xpeasteregg.cpp
//////////////////////////////////////////////////////////////////////////////
//类名:CXPEasterEggApp
//功能:应用程序的初始化
/////////////////////////////////////////////////////////////////////////////
#inc
www.eeworm.com/read/316641/13519614
cpp filedigestdlg.cpp
// FileDigestDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FileDigest.h"
#include "FileDigestDlg.h"
#include "TransparentBitmap.h"
#include
#ifdef _DEBUG
#de
www.eeworm.com/read/114100/15110975
txt 怎样使窗口保持在屏幕的中央.txt
你 可 以 设 置 窗 体 的 StartUpPosition属 性 为 2, 这 样 窗 口 一 开 始 就 出 现 在 屏 幕 中 央 。 VB缺 乏 一 个 事 件 来 检 测 用 户 是 否 移 动 窗 口 , 你 可 以 参 考 “在msgblst中如何处理指向结构变量的地址”所 介 绍 的 方 法 来 禁 止 用 户 移 动 窗 口 。
禁 止 窗 口 移 动 可 以