如何创建交互式 .net 演示应用程序
在即将举行的展览中,我希望有一个带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论