G
Guest
I have been succesfully doing PowerPoint Automation programming using VB6. I
created a dll and I call the functions of that dll from a Macro written
inside PowerPoint. I created a clsPowerPoint.cls classin VB6 dll and created
an object of this class in PowerPoint VBA Macro Module and called the
functions easily. But, I m finding it hard to do such a thing in VB.Net. I
made a Class PPTAuto in VB.Net and wrote some functions inside it. But, when
I tried to create an object of this class in PowerPoint VBA MAcro Module then
it won't work as it was working in case of VB6 dll.
Can anyone please help me in this. I need to convert my VB6 code to VB.Net
code and this is the initial problem that I m facing.
Thanks a lot in advance.
created a dll and I call the functions of that dll from a Macro written
inside PowerPoint. I created a clsPowerPoint.cls classin VB6 dll and created
an object of this class in PowerPoint VBA Macro Module and called the
functions easily. But, I m finding it hard to do such a thing in VB.Net. I
made a Class PPTAuto in VB.Net and wrote some functions inside it. But, when
I tried to create an object of this class in PowerPoint VBA MAcro Module then
it won't work as it was working in case of VB6 dll.
Can anyone please help me in this. I need to convert my VB6 code to VB.Net
code and this is the initial problem that I m facing.
Thanks a lot in advance.