Microsoft 70-176: Designing and Implementing Desktop Applications with MS Visual Basic 6.0
#101. You having two class modules in the project and there consists of procedures in each module and you need that you should be able to call procedure from one another what will you define the two procedure? Those procedures should not be accessible to anyone outside the project?
#102. Mitch is creating a Data Consumer class to bind to his Data Source class. He has written the code to create an instance of the BindingCollection object, bc1, and set the DataSource property to the object created from his Data Source class. He is now ready to bind his textbox, txtFirstName, to the FirstName field of his recordset. Which code will correctly bind the Text property of the textbox to the appropriate field?
#103. The following status bar panel has been added to a Form's Status bar Control. StatusBar1.Panels.Add 1, "pnlDrive", "Drive". How would a programmer determine the Panel's text?
#104. John's boss has asked him to document all OLEDB components of an application he is creating. He is creating a contact management application in Visual Basic that uses SQL Server as the back-end database. Which of the following correctly documents his application:
#106. You are deploying a VB application that connects to an SQL Server database using ODBC. Which option best describes the configuration of ODBC drivers?
#109. By placing an ADO Data control on a form and binding text box to the ADO Data Control. These text boxes display data form the Customers table in an MS Access DB. Users report that the need to restart your application to see changes made by other user to the date in this table. What is the most likely cause of this problem?