Re: ftpServer component in .NET - WeOnlyDo Discussion board

Re: ftpServer component in .NET (General questions)

by user, Tuesday, June 10, 2008, 03:53 (5789 days ago) @ wodDamir

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


Complete thread: