Hello Jason,
Thanks for the post. Unfortunately, the WebAii framework does not support WinForms applications as it does browser based web applications using page controls (Html, Ajax, Rad, Silverlight). So you would not have the full automation and verification features for your WinForms app as a Web App.
But as you mentioned on your last post, it does simulate Desktop actions that you could use. I was able to reproduce the the error you are getting. In order to get around this error, you would have to instantiate a Manager object and and launch a browser like this:
Since the launched browser now has focus, you can then get a handle on your app's window using WebAii's Window class to reset focus:
You can then use the properties of the Window class to help with what you are trying to do.
All the best,
Nelson Sin
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items.