what are Instancing for classes provided by ActiveX
component like prive, publicnotcreatable,SingleUse,
GlobalSinleUse,MultiUse.
Answer / cp
1. Private - Client Applications cannot create the class.
Project containing class only can create object.
2. PublicNotCreatable- Its an internal creatable
class. Client application can use the instance of class but
cannot create instance on their own.
3 SingleUse – for ActiveXexe only. Every time create
new object service will instantiate new ActiveXexe object.
And each instance will get own copy of global variable.
4 GlobalSingleUse – Same as single use only
difference is you can use it as a global function.
4. MultiUse – Default. Allow any number of instance
creatable from internally as
well as externally.
5. GlobalMultiUse – Same as Multiuse only difference
is explicitly instantiation of class is not required to
access methods and properties.
| Is This Answer Correct ? | 2 Yes | 0 No |
DHTML Is used for what?
What is the difference Between ADO and other data access objects?
How would you add elements and pictures to listitems in listview control?
Explain the creation project schedule.
What is the difference among Standard EXE, Active-X DLL, Active-X EXE?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
which arguments will be used to run a executable program in shell function ?
What type of databases you can access through AD I Data Access Object?
What do you mean by provider?
What is data control in vb?
How would you declare and raise custom events in a class?
Difference between ActiveX Control and Standard Control.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)