Re: Adding wodSSH.Net to a form? (General questions)
Hi Tia,
Here is steps you need to done to add wodSSH.NET to new VS 2005 project :
1) Create new project
2) Go to Project -> Add reference
3) Find Weonlydo.Client.SSH reference select it and click OK
4) In your project code add this to declare wodSSH.NET reference:
[code]Public Class Form1
Dim WithEvents ssh1 As New WeOnlyDo.Client.SSH[/code]
Maybe best help will be to try to our samples. You can find it in component Samples folder. Maybe they can help you to start developing with wodSSH.NET.
If you need and other help let us know and we will try to help you.
Hope I helped.
Regards,
Drazen
Complete thread:
- Adding wodSSH.Net to a form? - zubenelgenubi, 2008-05-01, 18:02
- Re: Adding wodSSH.Net to a form? - woddrazen, 2008-05-01, 20:15
- Re: Adding wodSSH.Net to a form? - zubenelgenubi, 2008-05-01, 20:51
- Re: Adding wodSSH.Net to a form? - woddrazen, 2008-05-01, 20:58
- Re: Adding wodSSH.Net to a form? - zubenelgenubi, 2008-05-01, 20:51
- Re: Adding wodSSH.Net to a form? - woddrazen, 2008-05-01, 20:15