satheesh babu

satheesh babu

  • NA
  • 128
  • 309.6k

how to use delegates from visual basic 6.0 activeX control in my asp.net or windows application?

Jul 6 2009 1:52 AM

HI all,
Here i have an activeX control in visual basic 6.0.
I am registered that dll's in my computer with regsvr32 then i added reference in my apps solution explorer, then i added namespaces for that.
Now i can create an object for that also i am able to use the methods.
Now my query is how to use predefined delegates of that activeX control in application to use the events?
Please help me.. its very important.