Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

sumangeorge

Re: Register WinSCP COM object in VB6

I did some research and it seems I need to register WinSCPnet.dll in my VB6 project.
Now when I am trying to add the reference it, error is thrown as "Can't add a reference for the specified file."
sumangeorge

Register WinSCP COM object in VB6

I want to convert my code to use SFTP from FTP in old VB6. To use WinSCP I need to register winscp.com object in VB6, please let me know how to do this. I know how to register dll and ocx, but regarding COM objects I have no idea.