Posted By: keeron | Apr 17th, 2006 @ 1:36 PM
page 1 of 1
Comments: 4 | Views: 6096
keeron
keeron
Obsessive Geek

UI Automation (UIA) is the new framework by MS (supposed to replace the MSAA accessbility framework). They've included this in the WinFX SDK, but from reading the sdk/articles it looks like you can use it with any managed (or even unmanaged) application.

Wanted to get a sense from anyone who has used the UIA framework for their managed (Winforms) apps.

Our product is based on Winforms/.NET 2.0, but instead of standard controls we have a Office 07 look/feel and that brings other issues like navigation and control support (from UIA framework). There are no real "menus" or toolbars...

I am guessing the UIA framework doesn't really care about the type of UI.. I can use the button control (from the framework) for my Ribbon tabs, etc..

Has anyone used this in their business apps or even small projects? Care to post some sample code (there is good SDK / msdn articles on the UIA, but I can't find a small end-to-end sample app anywhere).

 

amotif
amotif
No Silver Bullet
Have you found the UI Automation forum yet? You may find it useful.

Hello Keeron I am glad you have found some of the content on how to implement your own automation provider.  We have a video for implementing a managed WinForms provider which we will be putting on the web in the next few weeks.  An announcement will be made on the UIA forum when the samples become available.  Please feel free to contact me at thomaslo@microsoft.com with specific questions about custom controls you are working on.

Where did you publish this video? I have not found it. Could you please publish link here?

Thanks,
Vladimir.
page 1 of 1
Comments: 4 | Views: 6096
Microsoft Communities