Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共5 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:通过代码打开chm文件如何默认最大化窗口?

1楼
YUNSEL 发表于:2024/4/2 20:41:00
现在打开chm,每次还要点一下chm右上角的最大化按钮,才能让CHM全屏浏览,用代码可以实现在打开时默认最大化吗?
2楼
有点蓝 发表于:2024/4/2 20:47:00
参考:http://www.foxtable.com/webhelp/topics/2713.htm
3楼
YUNSEL 发表于:2024/4/2 20:55:00
现在打开文件的代码是下面这种方式,要怎么实现呢?
System.Windows.Forms.help.ShowHelp(Nothing, "D:\help.chm", System.Windows.Forms.HelpNavigator.Topic, "0001.htm")

下面两种写法,都没最大化效果
第一种写法:
If ShowAppWindow("help.chm", 2) = False Then
   System.Windows.Forms.help.ShowHelp(Nothing, "D:\help.chm", System.Windows.Forms.HelpNavigator.Topic, "0001.htm")
End If

第二种写法:
System.Windows.Forms.help.ShowHelp(Nothing, "D:\help.chm", System.Windows.Forms.HelpNavigator.Topic, "0001.htm")
ShowAppWindow("help.chm", 2) 
[此贴子已经被作者于2024/4/2 21:07:27编辑过]
4楼
有点蓝 发表于:2024/4/2 21:10:00
根据打开的窗口的标题设置即可


图片点击可在新窗口打开查看此主题相关图片如下:1.png
图片点击可在新窗口打开查看
5楼
YUNSEL 发表于:2024/4/2 21:14:00
感谢
共5 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .01953 s, 2 queries.