vb设置全屏与设置退出--快捷键

admin6年前IT技术1729

退出VB   unload me

VB全屏:Form1.Left = 0
Form1.Top = 0
Form1.Width = Screen.Width
Form1.Height = Screen.Height
WebBrowser1.Left = 0
WebBrowser1.Top = 0
WebBrowser1.Width = Screen.Width
WebBrowser1.Height = Screen.Height
Form1.WindowState = vbMaximized

设置嵌入式IE:WebBrowser1.Navigate ("http://www.000.com/000.html")

相关文章

树莓派安装软件

 apt-get install ...

php – DOMXpath – 获取一个元素的href属性和文本值[转]

原文https://stackoverflow.com/questions/6820429/domxpath-get-href-attribute-and-text-value-of-an-a-ele...

sublime编译运行PHP

创建PHP编译系统添加 PHP 的 build system,如图所示, Tools->Build System-> New Build System :新建一个,默认的内容是:{&nbs...

关于jquery升级至1.8版本之后的兼容问题Uncaught TypeError: $(...).size is not a function

关于jquery升级至1.8版本之后的兼容问题Uncaught TypeError: $(...).size is not a function

之前也遇到过这种问题Uncaught TypeError: $(...).size is not a function  控制台报错如上图,打开Frame.js可以看到里面定义大小...

WireGuard 安装脚本

WireGuard 安装脚本

 执行结束后,会输出一个二维码,可直接用 WireGuard App 扫描导入。4. 客户端配置文件路径/etc/wireguard/client.conf可复制到 Windows、Mac、...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。