Difference Types of Instancing Property in ActiveX Dll and Exe.
Answer Posted / cherran
For ActiveX-DLL:
Private, PublicNotCreatable, MultiUse, GlobalMultiUse
For ActiveX-EXE:
Private, PublicNotCreatable, SingleUse, GlobalSingleUse,
MultiUse, GlobalMultiUse
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Data Control missing from toolbox when I use VB under NT3.5. Why?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What are the Internet tools available in VB 6.0?
Is it possible to call oracle database through ADO control or Object?
Whether HTML supports multimedia: and document links?
Types of DBCombo boxes
Does VB support pointers to functions?
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?
which method used to move a recordset pointer in nth position in DAG?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
How many File System Controls are there Explain?
What is connection object in vb net?
What is Parser Bug?
Which type of object requires this object?
Explain Default cursor Type and LockEdits type in RDO?