I have created i DLL in VB.NET with COM compatiblity and created tlb of that dll so that i can use it in vb6. Everything is working fine except that when i initialize the DLL and want see the functions and method using (dot) there is no intellisense shown. Is there any special way to create that DLL?


Reply With Quote