| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 753 人关注过本帖
标题:[休闲]使用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
快速回复:[休闲]使用GetWindowText遇到的怪事
数据加载中...
 
   



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

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