如何创建交互式 .net 演示应用程序

发布于 2024-10-18 22:14:25 字数 453 浏览 2 评论 0原文

在即将举行的展览中,我希望有一个带有 5 个按钮的启动屏幕,每个按钮都说明我们的 .net 应用程序的主要优点。

一旦用户单击按钮,我希望我们的 .net 应用程序打开,导航到某个区域,然后可能需要在应用程序上绘制一个方框。

我查看了 2 个选项: a)UI自动化基础知识:http://msdn.microsoft.com/en-us /library/ms753107.aspx b).net 反射 -> InvokeMethod() 选项来调用控件。

第一部分还可以,这是导航到某个区域的部分。一旦到达那里,如何在 .net 应用程序之上绘制边界(虚线)方框或就此而言的任何 UI。假设我想在 UI 上的图形控件周围绘制一个红色框。

非常感谢任何帮助

In an upcoming exhibition, I would like to have a splash screen with 5 buttons, each stating the key benefits of our .net application.

Once the user click on a button, I would like our .net application to open, navigate to an area and then potentially want a square box drawn on the application.

I have looked at 2 options :
a)UI automation fundamentals : http://msdn.microsoft.com/en-us/library/ms753107.aspx
b).net Reflection -> InvokeMethod() option to call controls.

The first part is ok, that is the part to navigate to an area. Once there, how would one draw e.g. a boundary (dotted line) square box or for that matter any UI ontop of the .net application. Lets say I want to draw a red box around a graph control on our UI.

Any help is much appreciated

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文