Frequently Asked Questions
Q1. What are the class mappings for WinForms controls?
A1. The following are the most common classmappings for WinForms:
*.SysListView32.* : SysListView32
*.BUTTON.* : BUTTON
*.STATIC.* : STATIC
*.EDIT.*:EDIT
Q2. I created a profile for my DotNet applications but the window classes are not prefixed with Wfm or Wpf?
A2. Open the application profile and check the Enable checkbox under .Net Helper to enable the extension.
Q3. On Windows7, I'm unable to take a snapshot of my application?
A3. Depending on your application and your UAC settings, it may be necessary to invoke UA Server as Administrator.
