通过VB放大flash游戏

发布于 2024-09-14 22:01:35 字数 371 浏览 3 评论 0原文

我正在尝试使用 Visual Basic 来放大或放大 Flash 游戏。 (只是想让它占据更多的屏幕,而不必执行诸如更改计算机分辨率之类的操作。)

我拥有的唯一代码是从网站加载游戏的代码:

    Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
         webFlash.Movie = "http://www.website.com/file.swf"
         webFlash.ScaleMode = 0
    End Sub

任何帮助将不胜感激。谢谢。

I'm trying to use Visual Basic to enlarge or magnify a flash game. (Just trying to make it take up more of the screen without having to do something like change the computer's resolution.)

The only code I have is the one that loads the game from the website:

    Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
         webFlash.Movie = "http://www.website.com/file.swf"
         webFlash.ScaleMode = 0
    End Sub

Any help would be appreciated. Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仅一夜美梦 2024-09-21 22:01:35

您只需在浏览器中使用 ctrl+向上或向下滚轮即可。在 Chrome 中测试。

You could just use ctrl+wheel up or down in your browser, that should do it. Tested in Chrome.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文