Latest Answer: MsgBox is a built in VB function which displays a Message Box and MsgBoxQ is a function defined by the user. ...
Latest Answer: Object Linking and Embedding (OLE) is a distributed object system and protocol developed by Microsoft. OLE allows an editor to "farm out" part of a document to another editor and then reimport it. For example, a desktop publishing system might send some ...
Latest Answer: Hi, This Implements Statemets generally used for the purpose of Inheritance. If you want to impelments properties,method & events of super class in VB6.0 ...
Latest Answer: Option Explicit is used for declaring variables mandatory.Ex:Option ExplicitThis has to declared in General ...
Latest Answer: If you pass an argument by reference when calling a procedure, the procedure access to the actual variable in memory. As a result, the variable's value can be changed by the procedure.If you pass an argument by value when calling a procedure, ...
Latest Answer: no compatibility - creates new GUIDproject compatibility binary compatibility - maintains the references ...
Latest Answer: Hi all, There are 3 main objects od ADO(1) Connection - Used to make connection with Database(2) command - with this we can execyte command like(select* from)(3) Recordset - The inmemory Representation of records in ADO is known as RecordSet Thanks & ...
Latest Answer: Yes VB 6.0 Supports OOPS, Because VB6.0 is an Object Based Progarmming Language, and it also known as 'Event Driven Programming'it supports Polymorphism - Yes Encapsulation - Yes Inheritance - Partially support (Not full) Thanks & Regards ...
Latest Answer: The Parameters collection ...
View page << Previous 1 2 [3] 4 5 6 Next >>

Go Top