如何在网页上嵌入VB构建的游戏
我用 Visual Basic 构建了一个刽子手游戏。我怎样才能将其嵌入到 html 页面中,以便访问我网站的人可以玩游戏。
任何帮助将不胜感激。
谢谢
I have a built a hangman game in Visual Basic. How can i embed this in a html page so that people visiting my website can play the game.
Any help would be highly appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将游戏移植到 Silverlight。
You can port your game to Silverlight.
难度很大:您必须将 VB 游戏制作成 ActiveX 控件并将该 ActiveX 控件嵌入到页面中。看看这个的旧指南:请注意,它只能工作在IE中。
With great difficulty: you would have to make the VB game into an ActiveX control and embed that ActiveX control into the page. Take a look at this for an old guide: note that it would only work in IE.