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

admin5年前IT技术1368

退出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")

相关文章

汇成学校建站CMS系统V3.0

汇成学校建站CMS系统V3.0 ˂a target="_blank" href="download/hcschoolv3.0.rar"˃官方下载后台地址:您的地址/admin/login.a...

magento2.3.5 安装与优化过程

 bin/magento setup:install --base-url=https://www.mytinely.com/ \--db-host=localhost --db-name=...

15天掌握php

˂a href="download/php/第一课--15天掌握php.zip" target="_blank"˃第一课...

excel 批量粘贴图片的方法

1.e2是图片地址在表格下拉,批量输入="<table><img src="&e2&" height=100&nbs...

短链接伪静态

if (!-f $request_filename){ rewrite (.*) /index.php;}...

mount:is write-protected, mounting read-only解决方案

window10升级之后就遇到mount: **** is write-protected, mounting read-onlymount: cannot mount *** read-only尝试...

发表评论    

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