Heres the scoop
Im developing some classes with VB.NET for use with Office2000
So, I need to be able to use .NET components via COM right?
So I followed the directions given here:
http://msdn.microsoft.com/library/en-us/dndotnet/html/callnetfrcom.asp
.. and successfully created a .NET component that I can reference and call from within Outlook 2000.
YAY
Only thing is, Outlooks VBA Object Browser wont show me any of the members of my class. It WILL show me all the members of my interface, but not the class.
This is only an annoyance but Id rather like to have it work correctly.
Anyone have experience with this or have any ideas?
Thanks in advance
Brian
Im developing some classes with VB.NET for use with Office2000
So, I need to be able to use .NET components via COM right?
So I followed the directions given here:
http://msdn.microsoft.com/library/en-us/dndotnet/html/callnetfrcom.asp
.. and successfully created a .NET component that I can reference and call from within Outlook 2000.
YAY
Only thing is, Outlooks VBA Object Browser wont show me any of the members of my class. It WILL show me all the members of my interface, but not the class.
This is only an annoyance but Id rather like to have it work correctly.
Anyone have experience with this or have any ideas?
Thanks in advance
Brian