VB.NET - What are the accessibilty requirements for the certified for windows logo program?

What are the accessibilty requirements for the certified for windows logo program?

There are five requirements that Microsoft incorporated for the application to be certified for windows program.

1. The application must support standard system setting for size, color, font and input.
2. The application must conform to the high contrast option requirement by only using system colors or color chosen by the user.
3. The application must provide documented keyboard access to all features.
4. The application must provide notification of the keyboad focus location.
5. The application should never rely on sound to convey important information.
VB.NET - Steps to create localized form
VB.NET - Steps to create localized form - Set the Localizable property to true.......
VB.NET - difference between Globalization and Localization
VB.NET - difference between Globalization and Localization - Globalization refers to the application of culture-specific format to existing data.....
VB.NET - What is strong name?
VB.NET - What is strong name? - Create Key file with the strong name utility (sn.exe).....
Post your comment