Hi to All,
I created one ClassLibrary in .Net using VB.Net, which is configured for COM InterOP. In this Library, I created 3 classes and below they are.
(1) Document class: which is having 2 properties
(a) AddPage : function for adding a Page to the Document.
(b) DrawToFile : method which 'll draw the output to the specified file.
(2) Page class: Having a AddLabel function used for...
User Profile
Collapse
-
Hi to All,
I am creating COM Wrappers(CCW's) to the existing .Net Product, which is developed using C#. In this, am getting problem with setting "Item" propertty as the Default Property. My requirement is like this:
I created 4 classess in CCW namely: PdfDocument, PdfForm,PdfForm Field and PdfFormFieldLis t. to the respective .Net classess. Below, am giving the classess in brief. I configured my project for... -
How to set a Property as a Default Property in COM Wrappers(CCW's)
Hi to All,
I am creating COM Wrappers(CCW's) to the existing .Net Product, which is developed using C#. In this, am getting problem with setting "Item" propertty as the Default Property. My requirement is like this:
I created 4 classess in CCW namely: PdfDocument, PdfForm,PdfForm Field and PdfFormFieldLis t. to the respective .Net classess. Below, am giving the classess in brief. I configured my project for... -
How to set a Property as Default Property in Classic ASP
Hi All,
I am creating CCW for a .Net Product. The .Net Product is developed using C# and in that Item Property is implemented as Indexers(This Item property will act as a default property for that class). For creating this same behavior in CCW(I want Item property as the Default Property in ASP), I created the Item Property with Dispid as "0". It is working fine in VB6, but it is not working in Classic ASP.
...
No activity results to display
Show More
Leave a comment: