Scope of API's can be of types, what are they?
what is the Difference between Tabletype and Snapshot?
What can you do with visual basic?
What is MAPI ?
State about the different types of visual basic data?
How would you map properties to controls by using ActiveX Control Interface Wizard?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
Draw Sequence Modal of DAO and Explain?
What is the error message that you would get if you try to assign "Null" to an integer variable?
What are constructors and destructors?
which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?
what are the Types of ActiveX Components in VB?
What is the return type of Instr and Strcmp?