Microsoft 70-176: Designing and Implementing Desktop Applications with MS Visual Basic 6.0
#61. You create an ActiveX document that uses five standard run-time components. Two of these components are written by Microsoft. You want to distribute this document over the Internet and you are concerned that users may already have the five standard run-time components. What is the minimum number of secondary .cab files that you need to create?
#62. You have an in-house accounting application that uses a number of ActiveX controls. The developer of the application has just released a new ActiveX control that replaces one of the ActiveX controls. What is the best way to update the ActiveX control on your computer?
#64. You want to use the Setup Wizard to distribute your ActiveX document on the Internet. Which types of files does the Setup Wizard create when you use the Create Internet Download Setup option? (choose all that apply)
#67. You have converted frmCustomers to docCustomers (an Active Document) and frmOrders to docOrders (an Active Document). You need to modify the code in a button_click event procedure that opened frmOrders so that it now opens docOrders. What is the correct code to use?