Thank you very much for your purchase.
While the help-file does not have examples in Visual Basic, the Example Viewer does. For example, in the following screenshot, the VB code for the "How to get a directory listing" is available by selecting the "VB Code" tab:
[ img ]
Likewise, each of the other How To examples should also have an associated VB listing.
Do you see the How To examples?
As for recreating the BothFileLists example. I just tried this both in VS 2003 and VS 2005. While it worked in VS 2003, I did get the errors you described in VS 2005. The reason for the errors I got is that VS 2005 places it designer-generate code in a separate file called MyForm.Designer.vb. The second components declaration was in there.
Instead of proceding in this way, I suggest starting with the tutorial in the edtFTPnet/Express help topic, Getting Started -> Quick Start with VS.NET 2005, and then moving onto the How To's which you can find in the topic Using edtFTPnet/Express -> How to...
I assume of course that you are able to view the help. Can you view the help? It is available either from Visual Studio or by selecting the "edtFTPnet Express Help" item from the edtFTPnet Express start menu.
- Hans (EDT)