多项选择题
You are creating a Windows Forms Application by using the .NET Framework 3.5.Your applciation will be used by a government depertment.You need to ensure that the application meets "accessibilty" requirements.Which three actions should you perform?()
A.Expose keyboard focus visually and programmatically.
B.Use the NeutralResourceLanguageAttribute attribute in the assembly.
C.Provide documented keyboard access to all application features.
D.Set all the colors to primary colors when the high contrast mode is on.
E.Display all user interface elements by using the system color scheme when high contrast mode is off.
F.Either display all visual cues or create sound effects for any information.
相关考题
-
单项选择题
YouarecreatingaWindowsFormsApplicationbyusingthe.NETFramework3.5.YouplantocreateaWindowsInstallerpackageforaWindowsFormsapplication.ThepackagewillbedeployedonWindowsVistacomputers.Youneedtoensurethatduringdeploymenttheinstallationdoesnotelevateprivilegesoftheuserinstallingtheapplication.Whatshouldyoudo?()
A.Create a custom action and set the NoImpersonate property to true
B.Create a custom action and set the NoImpersonate property to false
C.Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
D.Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator. -
单项选择题
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to deploy a new Applciation.You need to ensure that on deployment, the application meets the following requirements; (1)It is executed on the client computer. (2)It is removed from the client computer after the application closed. (3)It is not displayed in the Add/Remove programs panel on the client computer. What sould you do?()
A.Deploy the application to a central network server.- Access the application by using hte Remote Desktop Connection tool.
B.Deploy the application by using the ClickOnce technology.- Use the Mage.exe tool to set the Online Only option in the deployment manifest.
C.Deploy the application by using the ClickOnce technologoy.- Set the Install attiribute of the deployment tag to true in the deployment manifest.
D.Deploy the application to a CD-ROM by using the ClickOnce technology. - Execute the application from the CD-ROM. -
单项选择题
YouplantodeployanewMicrosoftVisualStudioToolsforOffice(VSTO)add-inforExcel.YouneedtoensurethattheVSTOadd-inisdeployedappropriately.Whatshouldyoudo?()
A.Use the ClickOnce technology.Include the .Net FrameWork 3.5 as a requirement
B.Use the Windows Installer deployment.Include a deployment manifest that has been signed by using Authenticode certificate.
C.Use the ClickOnce technology.Include the Microsoft Office 2007 Primary Interop assemblies as a prerequisite.
D.Use the Windows Installer deployment.Inclued a deployment manifest which specifies that only administrative permission are requied.
