E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
SetWindowLong
去掉窗体的边框,并且禁止拖动改变窗体大小
欲去除其边框标题栏等属性,宜在WM_CREATE消息中写,或者在子窗体(例如按钮)的单击消息中以
SetWindowLong
(hwnd,GWL_STYLE,GetWindowLong(hwnd,GWL_STYLE
claider
·
2007-04-03 14:00
VC/MFC
Windows 中透明窗体与系统托盘实现详解
透明窗体这一特性,这个特性在windows系统上用VC编程实现起来非常简单下面我就具体来介绍一下具体的实现步骤.以MFC对话框程序为例其它依原理类推.在对话框的OnInitDialog()函数中加入如下代码
SetWindowLong
geniusdot
·
2007-03-05 14:00
windows
shell
user
callback
fun
winapi
如何在标题栏上加一个问号按钮
那是
SetWindowLong
(hWnd, GWL_EXSTYLE, WS_EX_CO
gr8vyguy@Blogjava
·
2007-02-23 03:00
用VB实现QQ一样的菜单(半透明窗口)
" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As LongPrivate Declare Function
SetWindowLong
pzhan
·
2007-02-16 22:00
qq
function
command
user
Integer
vb
VC编程经验汇总
1.显示和隐藏标题栏方法一:使用API实现//隐藏TitleBarLONGlStyle=::GetWindowLong(this->m_hWnd,GWL_STYLE);::
SetWindowLong
(this
jiangxinyu
·
2007-01-18 13:00
编程
C++
properties
null
dll
编译器
VC编程经验汇总
1.显示和隐藏标题栏方法一:使用API实现//隐藏TitleBarLONGlStyle=::GetWindowLong(this->m_hWnd,GWL_STYLE);::
SetWindowLong
(this
chary8088
·
2007-01-17 18:00
编程
C++
properties
null
dll
编译器
SetWindowLong
函数介绍
SetWindowLong
函数介绍
SetWindowLong
Unicode 函数原型 LONG
SetWindowLong
(hwnd,nIndex,lNewLong) HWND hwnd; /* handle
todototry
·
2006-11-09 09:00
user
扩展
我的使用createremotethread控制excel右键的源程序
利用CreateRemoteThread将dll写进excel.exe.利用
SetWindowLong
()改变excel中右键消息。
wuna66320
·
2006-08-31 17:00
如何使最大化、最小化和关闭按钮有效或无效(转载)
获得窗口风格 LONGstyle=::GetWindowLong(m_hWnd,GWL_STYLE); //设置新的风格 style&= ~(WS_MINIMIZEBOX); ::
SetWindowLong
bodybo
·
2006-08-25 15:00
去除标题栏
去除标题栏方法一:使用API实现//隐藏TitleBarLONGlStyle=::GetWindowLong(this->m_hWnd,GWL_STYLE);::
SetWindowLong
(this->
JimCat
·
2006-08-23 14:00
修改窗体透明度的方法
在OnInitDialog()增加:
SetWindowLong
(this->GetSafeHwnd(),GWL_EXSTYLE,GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE
lgb571
·
2006-05-14 16:00
Microsoft的一个关于DirectX3D的BUG
你使用Windows的API:CreateWindowEx或
SetWindowLong
来设置窗口的WS_EX_LAYERED样式,这个时候调用上面的API来设置窗口的透明度为
windcsn
·
2006-02-28 11:00
windows
api
XP
user
Microsoft
Microsoft的一个DirectX3D的BUG
你使用Windows的API:CreateWindowEx或
SetWindowLong
来设置窗口的WS_EX_LAYERED
学海苦作舟,书山勤为径
·
2006-02-28 11:00
Delphi下让窗口不显示在任务栏的另类方法
ITaskbarList接口)》,作者用ITaskList接口实现了隐藏窗口在任务栏按钮的功能,想起我好多年以前做的程序也有这样的功能,但是绝不是用这些接口之类的做的,只是一个API函数就搞定了(好像是
SetWindowLong
tonylk
·
2005-09-30 10:00
api
function
application
任务
Delphi
interface
说说安全子类
不就是
SetWindowLong
(hwnd,GWL_WNDPROC,NewProc)嘛,如果还有什么要说的话,那就是为了兼容32和64位Windows,换用SetWindowLongPtr吧。
uoyevoli
·
2005-05-27 14:00
窗口设置为透明
TObject *Sender) { long lRt=GetWindowLong(Handle,GWL_EXSTYLE); lRt=lRt|WS_EX_LAYERED;
SetWindowLong
linkboy
·
2005-03-12 22:00
窗口
职场
设置
休闲
窗口设置为透明
TObject *Sender) { long lRt=GetWindowLong(Handle,GWL_EXSTYLE); lRt=lRt|WS_EX_LAYERED;
SetWindowLong
linkboy
·
2005-03-12 22:00
窗口
职场
设置
休闲
visual basic中设置窗体总在最底
'Module1 Option Explicit Public Declare Function
SetWindowLong
Lib "user32" Alias "SetWindowLongA
lovnet
·
2005-03-06 10:00
vi
BCB::在Edit中粘贴数字响应
我记得有一段代码可以的//获得当前类型标志LONGdwStyle=GetWindowLong(Edit1->Handle,GWL_STYLE);//加入ES_NUMBER类型
SetWindowLong
(
NetSniffer
·
2004-10-14 10:00
隐藏主窗口框架的界面
long style = GetWindowLong(m_hWnd,GWL_STYLE);style & = ~(WS_CAPTION);
SetWindowLong
(m_hWnd,GWL_STYLE,style
BestBear
·
2004-08-06 15:00
框架
null
menu
VC编程经验汇总(三)
1.显示和隐藏标题栏方法一:使用API实现//隐藏TitleBarLONGlStyle=::GetWindowLong(this->m_hWnd,GWL_STYLE);::
SetWindowLong
(this
laiyiling
·
2004-07-10 12:00
让你的文本框 “聪明” 一点
近来在设计一个热键设置程序中我学会了使用
Setwindowlong
和Callwindowproc这两个Api函数,有了它我们就可以处理你的窗口或控件所接收到的任何消息.由于前一段时间我看过一篇介绍QQ密码监视盗取法的文章
mmcgzs
·
2004-02-04 10:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他