User Profile

Collapse

Profile Sidebar

Collapse
murtyin
murtyin
Last Activity: Jun 15 '07, 05:52 AM
Joined: May 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • code for representing "Events" for a custom control in classic ASP

    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...
    See more | Go to post

  • 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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

  • 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.

    ...
    See more | Go to post
No activity results to display
Show More
Working...