Your company uses visual component manager to share components between developers. Howcan you make your new control available in visual component manager?(A) Import the .vbp file for the activeX control project to the visual component manager(B) Use the microsoft visual sourcesafe add-in to add the control to source code control*(C) Drag the .ocx file from microsoft windows explorer to the contents pane of thevisual component manager.(D) Drag the usercontrol designer from the visual basic design
You are working with several developers on a Visual Basic project. You are responsiblefor building a setup program for the project. At the end of each day, you want to create for theapplication a new setup program containing all of the code changes checked in that day.Developers are responsible for placing their own code changes in a common folder. How should yougenerate a new setup program each day?Essay Question. (Flash Card)
You have to prepare the chart of a dept and its employee using the Treeview then whichcode will you use? You have a node x as a node object and Treeview named tvdeptt. You want thatthe Employee should come under the Dept various options were there with the code some points Iremembered is*(A) Set nodex = tvdeptt.node.add(Relationship: = tvwchild,relative:="root",key:=stremployee1,text(B) Set Nodex= tvdeptt.node.add(key : = "Root",text := "Deptt")(C) There were options
You create a multiuser Visual Basic application that interacts with a database. You areusing ADO and need an updateable, disconnected recordset. You need to offer users the ability toadd, update, and modify records. What must you do to accomplish this?*(A) Set the CursorType property to adOpenStatic, and set the LockType property to adLockBatchoptim(B) Set the CursorType property to adopenStatic, and set the LockType property to adLockOptimistic(C) Set the CursorType property to adopenDynamic, and
You want to debug a form and feel that the error is somewhere in the Procedure1 of Form1which goes like:Private Sub Procedure()Dim iNumber as IntegeriNumber=iValue+...End SubiValue is a global variable declared in a standard module. You want to set a watch so that youcan watch the value of the global variable everywhere. What should the context of the watch be?Essay Question. (Flash Card)
You create a Visual Basic ActiveX control that you want to on Internet Web pages. Youwant your control to automatically install from your web site to a client computer. What shouldyou do?(A) Create multiple .cab files by using the Package and Deployment Wizard. Then create an.exe file from these .cab files.(B) Create an .exe file by using the Package and Deployment Wizard. Transfer it to yourWeb server by using FTP.(C) Create a .cab file by using the Package and Deployment Wizard. Compress the cab
How would you create an access key sequence for a menu item?(A) by inserting two ampersands (&&&&) before the letter chosen as the access key in theCaption property of the menu item*(B) by inserting an ampersand (&&) before the letter chosen as the access key in theCaption property of the menu item(C) by selecting an access key value from the Menu Editor for the particular menu item(D) by setting the HotKey property of the menu item to the access key value
You are developing an ActiveX document. Which of the following can be placed directly onthe User Document object? (choose two)*(A) a form object*(B) a label control(C) an OLE container control*(D) a menu object
You are using Visual Basic to create an ActiveX control that will provide a banner at thetop of the container in which it is placed. When the developer adds your control to a container,you want to set the caption displayed in the lblcaption constituent control to match the nameassigned to the control itself. Which code fragment should you use?Essay Question. (Flash Card)
You are debugging an application. VB is in break mode at the following line of code.lngLocal=glngGlobal+mlngModuleLocal variable lngLocal is declared in the current procedure, glngGlobal is a public variable,andmodule-level variable mlngModule is declared in the current module.How can you view the values of each of these variables?(Choose two)(A) Open the object browser an select the application(B) Display the call stack(C) Open the watch window and expand the tree*(D) open the Locals window and
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top