标题:[休闲]使用GetWindowText遇到的怪事
取消只看楼主
jmasm
Rank: 1
等 级:新手上路
威 望:1
帖 子:368
专家分:0
注 册:2006-9-24
 问题点数:0 回复次数:0 
[休闲]使用GetWindowText遇到的怪事
dim hFore as long
dim strTitle as string
我用GetForegroundWindow()得到前台窗口的句柄后,保存在hFore中
然后用GetWindowText想得到前台窗口的标题
GetWindowText hFore,strTitle,100
结果用
msgbox strTitle测试发现居然是空串

百思不解,后来把
dim strTitle as string改成定长字符串后终于成功啦
dim strTitle as string * 255
搜索更多相关主题的帖子: 怪事 strTitle string dim hFore 
2007-06-05 12:25



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-145051-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.322986 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved