你可以运行一个VB应用程序以全屏幕? [英] Can you run a VB application in full-screen?

查看:209
本文介绍了你可以运行一个VB应用程序以全屏幕?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只想问一句: 你如何获得一个应用程序,使用Microsoft Visual Basic 2010 EX preSS,以全屏模式下运行。你知道我的意思,就像一场游戏,但将一个应用程序。

I just want to ask: How do you get an application, using Microsoft Visual Basic 2010 express, to run in full screen mode. You know what I mean, like a game would but an application.

这可能吗?如果不是,告诉我如何和什么需要去做。 谢谢你。

Is it possible? If not, tell me how and what I need to do it. Thanks.

推荐答案

在您的Form_load中添加以下两行:

In your Form_load add the following two lines:

Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None
Me.WindowState = FormWindowState.Maximized

当然,你可以在其他地方将code比的Form_Load - 并根据您的名单包括你可能需要更多或更少的prepending。

Obviously, you can place the code elsewhere than in form_load - and depending on your list of includes you may need more or less prepending.

这篇关于你可以运行一个VB应用程序以全屏幕?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆