全屏?

编程入门 行业动态 更新时间:2024-10-25 04:25:33
本文介绍了全屏?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

无论如何我可以让我的窗体全屏显示吗?谢谢

解决方案

将此行添加到表单加载事件Width = Screen.PrimaryScreen.WorkingArea.Width:Height = Screen.PrimaryScreen.WorkingArea.Height:Left = 0:Top = 0" 所以它看起来像这样 Private Sub FormMain_Load(ByVal sender As Object,ByVal e As System.EventArgs)处理MyBase.Load Width = Screen.PrimaryScreen .WorkingArea.Width:Height = Screen.PrimaryScreen.WorkingArea.Height:Left = 0:Top = 0 End Sub 问候 Michel Posseth [MCP] " iwdu15" < IW **** @ discussions.microsoft>在消息中写道 新闻:5B ********************************** @ microsof t ...

无论如何我可以让我的窗体全屏显示吗?谢谢

没有工作,仍然是顶部和开始栏的batr,所有它 做的是相同的最大化它

无论如何使开始菜单和任务栏消失并拥有它 只是形式?

hi, is there anyway i can make my windows form to be full screen? thanks

解决方案

ad this line to your forms load event "Width = Screen.PrimaryScreen.WorkingArea.Width : Height = Screen.PrimaryScreen.WorkingArea.Height : Left = 0 : Top = 0" so it look slike this Private Sub FormMain_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load Width = Screen.PrimaryScreen.WorkingArea.Width : Height = Screen.PrimaryScreen.WorkingArea.Height : Left = 0 : Top = 0 End Sub regards Michel Posseth [MCP] "iwdu15" <iw****@discussions.microsoft> wrote in message news:5B**********************************@microsof t...

hi, is there anyway i can make my windows form to be full screen? thanks

that didnt work, theres still the batr at the top and the start bar, all it did was the same as maximizing it

is there anyway of making the start menu and taskbar disappear and having it just be the form?

更多推荐

全屏?

本文发布于:2023-07-11 12:24:33,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1094053.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:全屏

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!