Re: ftpServer component in .NET (General questions)
Hi,
You can add events to C# by doing something like this:
[code]ftpd.Connected += new wodFTPDComLib._IwodFTPDComEvents_ConnectedEventHandler(ftpd_Connected);[/code]
ftpd in this case is declared as an instance of wodFtpServer. When you are typing in VS IDE, and do += , you should be able to just push TAB key twice, and VS should automatically add Event to the code.
Can you please try?
Regards,
Damba