Outlook UserControls 中特定于 Win7 的 UI 绘制问题

发布于 2024-10-30 19:27:39 字数 194 浏览 0 评论 0原文

我开发了一个 Outlook 2007 侧边栏 UserControl,它显示在电子邮件窗口的右侧。

在Win7环境下运行的情况;如果用户从其他程序(例如 MS Word)启动电子邮件撰写表单,则用户控件通常将显示为空白。也就是说它确实有时会出现(大约1/5的概率)。

哪些情况实际上会导致表单根本无法绘制?

I developed an Outlook 2007 side-bar UserControl that appears on the right side of email windows.

In the case that it is running in a Win7 environment; If the user launches an Email Compose form from another program(like MS Word), the UserControl will Usually appear blank. Which is to say that it actually does appear sometimes (about 1/5 probability).

What cases can actually cause a form to not Paint at all anyway?

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

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

发布评论

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

评论(1

神经暖 2024-11-06 19:27:39

我也经历过这个,我的解决方法是去 userControl.Width++;这似乎迫使油漆发生..

I have experienced this also, my workaround is to go userControl.Width++; which seems to force a the paint to happen..

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