Microsoft 70-175: Designing and Implementing Distributed Applications with MS Visual Basic 6.0
#31. You are configuring your Microsoft Transaction Server (MTS) computer. You want to prevent component configurations from being modified on one of your packages. What should you do?
#32. You want to configure your Microsoft Windows 95 client computer to run a Visual Basic application that accesses a Microsoft Transaction Server (MTS) component on a remote server. Which two steps must you complete to configure your client computers?(choose two)
#35. You develop an activeX document DLL project that contains a userdocument named orders. You want to give users the ability to view this document in a browser. You do this by providing a hyperlink from another HTML page to allow the user to navigate to the document. TO which file should your link refer?
#36. You want to bind a TextBox control named txtMyText to the name column of the Customer table in a database. The data source name (DSN) of the database is Pubs. You want to perform this binding by using an ADO Data control named adoData. Which four steps must you take to accomplish this? (Choose four)
#37. You add error-logging capability to your Visual Basic application. Users are able to enable and disable error logging. You create a Tools menu that has a Log Errors command. You assign the command the name mnuToolsLogErrors. You want to display or hide a check mark next to the Log Errors command when a user clicks it. Which line of code should you use in the Click event of Log Errors?
#38. You are developing an IIS application project. You want to write code that responds to an HTTP Request passed by using the Post method. Which ASP Request collection will contain the data that was passed?
#39. You are developing a Visual Basic application that has 15 forms. You want to implement an online Help file that has one Help topic for search form. You want the appropriate Help topic to be displayed when the Fl key is passed while anywhere on the form. Which two steps must you accomplish this? (Choose two.)
#40. Your Visual Basic project uses one control named MyControl. MyControl is not a Visual Basic default control. You open the project in the Visual Basic environment on another computer. You receive an error message. You are not able to see MyControl in the toolbox. What is most likely cause of the problem?