dear all,
I had a dll which is developed in VB. And it is registered with regsvr32. How can i use that dll in my vc++ application Please tell me the steps to be followed. The path of dll is c:\CBdll\protest.dll. How can i import and use that dll file in my vc++ mfc dialog based application Thanks in advance .

How to use vb dll in vc++?
cologsx
I would encourage you to read on interoperation (http://msdn2.microsoft.com/en-us/library/sd10k43k(VS.80).aspx).
Thanks, Ayman Shoukry VC++ TeamZak (ilm)
I visited the following link. very useful for my query. If anybody needs can go thru the following link.
http://www.codeproject.com/com/vb_from_vc.asp
thanks,