SetShowHelp
SetHelpString
SetHelpKeyword
SetHelpNavigator
第1题:
You are creating a Windows Forms application by using the .NET Framework 3.5. The application displays employee names by using the TreeView control. You need to implement the drag and drop functionality in the TreeView control.Which two actions should you perform?()
第2题:
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application by using the ClickOnce deployment technology. The application is signed by using a certificate obtained from a trustworthy authority. You need to ensure that the application can be deployed as a trusted application to Windows Vista client computers on a corporate network.What should you do?()
第3题:
You are creating a Windows Forms application by using the .NET Framework 3.5 The application is used by a financial service provider.You discover that the service provider transfers large amounts of data by using XML.You need to read and validate the XMLdocuments in the most time efficient manner.Which technology should you use?()
第4题:
Derive from the Control class.
Derive from the UserControl class.
Derive from the FrameworkElement class.
Derive from the ContainerControl class.
第5题:
Deploy the application to a central network server.- Access the application by using hte Remote Desktop Connection tool.
Deploy the application by using the ClickOnce technology.- Use the Mage.exe tool to set the Online Only option in the deployment manifest.
Deploy the application by using the ClickOnce technologoy.- Set the Install attiribute of the deployment tag to true in the deployment manifest.
Deploy the application to a CD-ROM by using the ClickOnce technology. - Execute the application from the CD-ROM.
第6题:
Implement theActivated event
Implement the MdiChildActivate event
Override the OnParentVisibleChanged method
Override the OnParentBindingContextChanged method
第7题:
Create a custom action and set the NoImpersonate property to true
Create a custom action and set the NoImpersonate property to false
Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker
Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator
第8题:
Create a custom action and set the NoImpersonate property to true
Create a custom action and set the NoImpersonate property to false
Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.
第9题:
You create Windows Forms application by using the .Net FrameWork 3.5 You plan to deploy a new application to client computers that use the Windows Vista operating system. You need to ensure that the user can install the application without being prompted fore elevated permission.What should you do?()
第10题:
You are creating a Windows Forms application by using the .Net Framework 3.5.You plan to display detailed help instructions for each control in the form.You create a help file.You configure a HelpProvider component on the form.You need to display the help file for the control that is focused when the F1 key is pressed.Which method of the HelpProvider class should you call for each control?()
第11题:
Use the Depth property.
Use the Version property.
Use the MinVersion property.
Use the ComponentID property.
第12题:
Handle server names and URLs as ASCII data
Use Unicode strings throughout the application
Use the NumberFormatInfo class for numeric formatting
Handle strings as a series of individual characters instead of entire strings
Avoid usage of the SortKey class and the CompareInfo class for sorting purposes
第13题:
The XmlReader class
The XmlDocument class
The XmlResolver class
The LINQ to XML method
第14题:
XCOPY
ClickOnce
MicrosoftWindows Installer
Remote Desktop connections
第15题:
Derive from the Control class.
Derive from the UserControl class.
Derive from the ScrollableControl class.
Derive from the ContainerControl class.
第16题:
Override the OnPaint method.
Write a code segment to handle the CellPainting event.
Write a code segment to handle the CellParsing event.
Write a code segment to handle the RowPostPaint event.