VB.net 中的表单绘制事件

发布于 2024-08-04 07:30:36 字数 123 浏览 5 评论 0原文

奇怪的问题:我有一个应用程序,我在主窗体的 Form_Paint 事件中触发了一些代码,它在我的机器上工作正常,但在其他机器上根本无法工作。

我尝试在另一台机器上调试代码,但 Form_Paint 事件根本没有触发!

Weird issue: I have application that I fire some code in the Form_Paint event for the main form, it works fine on my machine, but on other machines is not working at all.

I tried to debug the code on the other machine, and Form_Paint event is not triggered at all!

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

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

发布评论

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

评论(2

迷你仙 2024-08-11 07:30:36

如果它在您的计算机上运行,​​那么它应该在其他计算机上运行,​​请尝试放置显示消息的消息框并检查它是否在其他计算机上触发,因为调试模式可能未激活。

if it's working on your machine so it should work on others, try to put messagebox that show message and check if it fires on others machine or not, because maybe debug mode is not activated.

单身情人 2024-08-11 07:30:36

另一台机器可能没有安装.net框架。当我制作一个很棒的屏幕捕获程序并想在安装了 Windows XP 的笔记本电脑上尝试时,我遇到了这个问题。调试将不起作用,但如果您要构建该文件并让另一台计算机安装 .exe 及其打包的框架,那么您就会没事。

the other machine may not have the .net framework installed. I ran into this problem when I made a great screen capture program and wanted to try it out on my laptop with windows xp installed. Debug will not work but if you were to build the file and have the other machine install the .exe with the framework packaged with it then you'll be fine.

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