开发者

Enlarge flash game through VB

开发者 https://www.devze.com 2023-01-11 19:10 出处:网络
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.)

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 onl开发者_StackOverflowy 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号