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

admin6年前IT技术2419

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

相关文章

云图框架

 https://themes.getbootstrap.com/云图框架 ...

sql语句 REPLACE 区分大小写字母的

 REPLACE  sql语句 REPLACE 区分大小写字母的;要注意...

excel引用另外一个sheet里的数据

公式如下=Sheet3!H6...

过滤emoji表情的正则表达式

\p{Cs}?imageView2/2/w/300/interlace/1/q/90^[\u4e00-\u9fa5]+$...

linux 挂载win7共享文件夹的方法

mount -t cifs -o user=administrator,password=000000 //192.168.1.2/gongxiang /mnt/share...

美国人喜欢自己动手装修房子

参考文献::http://www.sohu.com/a/291910017_100085730原因有三:1.美国人工贵       ...

发表评论    

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