Click here to Skip to main content
15,921,622 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVS2005, ReportViewer Pin
ingwaar9-Feb-06 19:13
ingwaar9-Feb-06 19:13 
QuestionHow To Copy Files To a Network computer in vb.net Pin
Prasant_Panda9-Feb-06 18:17
Prasant_Panda9-Feb-06 18:17 
AnswerRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak10-Feb-06 4:11
mveDave Kreskowiak10-Feb-06 4:11 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Prasant_Panda10-Feb-06 20:54
Prasant_Panda10-Feb-06 20:54 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak11-Feb-06 3:28
mveDave Kreskowiak11-Feb-06 3:28 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Prasant_Panda11-Feb-06 4:38
Prasant_Panda11-Feb-06 4:38 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak11-Feb-06 15:22
mveDave Kreskowiak11-Feb-06 15:22 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Prasant_Panda12-Feb-06 17:17
Prasant_Panda12-Feb-06 17:17 
Hi,
As per your instruction i'm giving you details. i've downloaded one ftp component for vb.net from codeguru.com. and i'm writing codes as follows.
Imports FTP

'Code In The Button click event
Dim NewFtp as Ftp.clsftp
NewFtp = New clsFTP
NewFtp.RemoteHost = "ftp.xxxxx.xxx"
NewFtp.RemotePort = xx
NewFtp.RemoteUser = "xxxx"
NewFtp.RemotePassword = "xxxx"

NewFtp.Login()

The problem is when i run this program it gives me error "no such host is known".

kindly suggest any solution for it.

thanx,
Prasant
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak13-Feb-06 16:43
mveDave Kreskowiak13-Feb-06 16:43 
QuestionMs Access Data Updation using VB.Net Pin
mayhem_rules9-Feb-06 18:06
mayhem_rules9-Feb-06 18:06 
AnswerRe: Ms Access Data Updation using VB.Net Pin
Dave Kreskowiak10-Feb-06 4:04
mveDave Kreskowiak10-Feb-06 4:04 
GeneralRe: Ms Access Data Updation using VB.Net Pin
mayhem_rules12-Feb-06 20:41
mayhem_rules12-Feb-06 20:41 
GeneralRe: Ms Access Data Updation using VB.Net Pin
Dave Kreskowiak13-Feb-06 16:54
mveDave Kreskowiak13-Feb-06 16:54 
QuestionQuestion on Word automation in VB.NET Pin
cylix20009-Feb-06 17:48
cylix20009-Feb-06 17:48 
QuestionDeveloping Office Application in dot net Pin
rahul_7608759-Feb-06 16:33
rahul_7608759-Feb-06 16:33 
AnswerRe: Developing Office Application in dot net Pin
Steve Pullan10-Feb-06 12:17
Steve Pullan10-Feb-06 12:17 
Questionwhat is this mean? Pin
pandapatin9-Feb-06 15:52
pandapatin9-Feb-06 15:52 
AnswerRe: what is this mean? Pin
Dave Kreskowiak9-Feb-06 16:07
mveDave Kreskowiak9-Feb-06 16:07 
AnswerRe: what is this mean? Pin
Steve Pullan10-Feb-06 12:10
Steve Pullan10-Feb-06 12:10 
Questionimplement interface Pin
bluey129-Feb-06 15:25
bluey129-Feb-06 15:25 
AnswerRe: implement interface Pin
Dave Kreskowiak9-Feb-06 16:16
mveDave Kreskowiak9-Feb-06 16:16 
GeneralRe: implement interface Pin
bluey1212-Feb-06 14:34
bluey1212-Feb-06 14:34 
GeneralRe: implement interface Pin
Dave Kreskowiak12-Feb-06 15:05
mveDave Kreskowiak12-Feb-06 15:05 
GeneralRe: implement interface Pin
bluey1213-Feb-06 19:54
bluey1213-Feb-06 19:54 
GeneralRe: implement interface Pin
Dave Kreskowiak14-Feb-06 2:25
mveDave Kreskowiak14-Feb-06 2:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.