Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help with an SQL statement... Pin
Colin Angus Mackay22-May-07 10:51
Colin Angus Mackay22-May-07 10:51 
GeneralRe: Help with an SQL statement... Pin
Dave Kreskowiak22-May-07 12:17
mveDave Kreskowiak22-May-07 12:17 
QuestionShowing Additions to a DataSet Pin
Quecumber25622-May-07 8:35
Quecumber25622-May-07 8:35 
AnswerRe: Showing Additions to a DataSet Pin
Marcus J. Smith22-May-07 9:39
professionalMarcus J. Smith22-May-07 9:39 
GeneralRe: Showing Additions to a DataSet Pin
Quecumber25622-May-07 9:59
Quecumber25622-May-07 9:59 
Question.NET 2005 FTP Pin
Wheatie10022-May-07 8:33
Wheatie10022-May-07 8:33 
AnswerRe: .NET 2005 FTP Pin
Dave Kreskowiak22-May-07 17:49
mveDave Kreskowiak22-May-07 17:49 
GeneralRe: .NET 2005 FTP Pin
Wheatie10023-May-07 5:14
Wheatie10023-May-07 5:14 
As you can see, I tried a couple of different methods. I also tried some of these inside the FTP class after the logon. I also tried to FTP.Logon. The upload works, but I know the filename that I have createed for the upload.

'FTP.DownloadAllFiles(strSource, strDest)
'For Each fname In My.Computer.FileSystem.GetFiles(strSource)
' strDest = strDest & fname
' strSource = strSource & fname
'FTP.DownloadFile(strSource, strDest)
'If FTP.flag_bool Then
' ctr = ctr + 1
'End If
' Next

'Dim f1 As New FileIOPermission(FileIOPermissionAccess.Read, strSource)
'Dim f2 As New FileIOPermission(FileIOPermissionAccess.PathDiscovery, strSource)
'fname = Dir(strSource)
'My.Computer.FileSystem.CopyFile(strSource, strDest)
'Dim filenames() As String = Directory.GetFiles(strSource)
'Do While fname.Trim > " "
'For i = 0 To filenames.Length - 1
' fname = Path.GetFileName(filenames(i))
' strDest = strDest & fname
' strSource = strSource & fname
' FTP.DownloadFile(strSource, strDest)
' If FTP.flag_bool Then
' ctr = ctr + 1
' End If
' 'fname = My.Computer.FileSystem.GetName(strSource)
' 'Loop
'Next

GeneralRe: .NET 2005 FTP Pin
Dave Kreskowiak23-May-07 15:55
mveDave Kreskowiak23-May-07 15:55 
GeneralRe: .NET 2005 FTP Pin
Wheatie10024-May-07 2:53
Wheatie10024-May-07 2:53 
QuestionFormatExceptionWasUnhandled bug Pin
amatbrewer22-May-07 8:30
amatbrewer22-May-07 8:30 
AnswerRe: FormatExceptionWasUnhandled bug Pin
Dave Kreskowiak23-May-07 2:58
mveDave Kreskowiak23-May-07 2:58 
GeneralRe: FormatExceptionWasUnhandled bug Pin
amatbrewer23-May-07 5:03
amatbrewer23-May-07 5:03 
GeneralCheck if an event has been fired Pin
Psycho-*Coder*-Extreme22-May-07 7:27
Psycho-*Coder*-Extreme22-May-07 7:27 
GeneralRe: Check if an event has been fired Pin
Dave Herren22-May-07 7:46
Dave Herren22-May-07 7:46 
GeneralRe: Check if an event has been fired Pin
Dave Kreskowiak22-May-07 9:07
mveDave Kreskowiak22-May-07 9:07 
Questiontiny tiny REGEX problem Pin
ant1xxx22-May-07 4:22
ant1xxx22-May-07 4:22 
AnswerRe: tiny tiny REGEX problem Pin
Dave Herren22-May-07 7:44
Dave Herren22-May-07 7:44 
AnswerRe: tiny tiny REGEX problem Pin
Guffa22-May-07 9:19
Guffa22-May-07 9:19 
GeneralRe: tiny tiny REGEX problem Pin
balakpn22-May-07 22:29
balakpn22-May-07 22:29 
GeneralRe: tiny tiny REGEX problem Pin
ant1xxx17-Aug-07 4:35
ant1xxx17-Aug-07 4:35 
AnswerRe: tiny tiny REGEX problem Pin
Guffa17-Aug-07 6:25
Guffa17-Aug-07 6:25 
GeneralRe: tiny tiny REGEX problem Pin
ant1xxx17-Aug-07 7:49
ant1xxx17-Aug-07 7:49 
GeneralRe: tiny tiny REGEX problem Pin
Guffa17-Aug-07 14:35
Guffa17-Aug-07 14:35 
QuestionByval Vs ByRef Performance Pin
K.P.Kannan22-May-07 4:09
K.P.Kannan22-May-07 4:09 

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.