Click here to Skip to main content
15,897,891 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to check whether a particuar file exists on FTP server through VB.Net Pin
nav_duggal23-Feb-09 23:39
nav_duggal23-Feb-09 23:39 
AnswerRe: How to check whether a particuar file exists on FTP server through VB.Net Pin
leckey24-Feb-09 4:58
leckey24-Feb-09 4:58 
QuestionSQL SERVER Login error...! Pin
Jamal Abdul Nasir23-Feb-09 23:02
Jamal Abdul Nasir23-Feb-09 23:02 
AnswerRe: SQL SERVER Login error...! Pin
Dave Kreskowiak24-Feb-09 1:55
mveDave Kreskowiak24-Feb-09 1:55 
AnswerRe: SQL SERVER Login error...! Pin
Eddy Vluggen24-Feb-09 2:14
professionalEddy Vluggen24-Feb-09 2:14 
AnswerRe: SQL SERVER Login error...! Pin
Dave Kreskowiak24-Feb-09 3:29
mveDave Kreskowiak24-Feb-09 3:29 
QuestionHow to FTP a file not existing on server through vb.net Pin
nav_duggal23-Feb-09 20:03
nav_duggal23-Feb-09 20:03 
AnswerRe: How to FTP a file not existing on server through vb.net Pin
JR21223-Feb-09 20:52
JR21223-Feb-09 20:52 
I use this simple code
Try
	My.Computer.Network.UploadFile(f.Local, f.FTP.ToLower, .Login, Functions.fEncode(.Paswoord))
Catch ex As Exception
	sError = ex.Message
	sMessage = ex.Message
End Try


I think its easy to transform

the vars sError and sMessage are there becourse I use them later to show all errors in one message

Jan
GeneralRe: How to FTP a file not existing on server through vb.net Pin
nav_duggal23-Feb-09 20:58
nav_duggal23-Feb-09 20:58 
AnswerRe: How to FTP a file not existing on server through vb.net Pin
kadaoui el mehdi23-Feb-09 21:00
kadaoui el mehdi23-Feb-09 21:00 
QuestionPrinting xml Pin
Stephen Lintott23-Feb-09 20:01
Stephen Lintott23-Feb-09 20:01 
Questionhow to bind checkedlistbox with dataset in vb.net (window application) Pin
Jagz W23-Feb-09 19:06
professionalJagz W23-Feb-09 19:06 
AnswerRe: how to bind checkedlistbox with dataset in vb.net (window application) Pin
Dave Kreskowiak24-Feb-09 3:51
mveDave Kreskowiak24-Feb-09 3:51 
QuestionUsing Reflection to on a Subclass as a Property Pin
nickbequick23-Feb-09 11:52
nickbequick23-Feb-09 11:52 
AnswerRe: Using Reflection to on a Subclass as a Property Pin
Dave Kreskowiak24-Feb-09 3:50
mveDave Kreskowiak24-Feb-09 3:50 
GeneralRe: Using Reflection to on a Subclass as a Property Pin
nickbequick24-Feb-09 4:01
nickbequick24-Feb-09 4:01 
GeneralRe: Using Reflection to on a Subclass as a Property Pin
Dave Kreskowiak24-Feb-09 6:17
mveDave Kreskowiak24-Feb-09 6:17 
QuestionProblems getting httpWebRequest to work Pin
rfrank535623-Feb-09 8:22
rfrank535623-Feb-09 8:22 
AnswerRe: Problems getting httpWebRequest to work Pin
Dave Kreskowiak24-Feb-09 3:43
mveDave Kreskowiak24-Feb-09 3:43 
GeneralRe: Problems getting httpWebRequest to work [modified] Pin
rfrank535624-Feb-09 10:21
rfrank535624-Feb-09 10:21 
Question$$$ $$$ NEED VB BASIC HELP - WEB DATA EXTRACTION - NEED CODE !!! $$$ $$$ Pin
pcfacile23-Feb-09 7:49
pcfacile23-Feb-09 7:49 
AnswerRe: $$$ $$$ NEED VB BASIC HELP - WEB DATA EXTRACTION - NEED CODE !!! $$$ $$$ Pin
0x3c023-Feb-09 8:00
0x3c023-Feb-09 8:00 
AnswerRe: $$$ $$$ NEED VB BASIC HELP - WEB DATA EXTRACTION - NEED CODE !!! $$$ $$$ Pin
Mycroft Holmes23-Feb-09 15:57
professionalMycroft Holmes23-Feb-09 15:57 
QuestionHow to place the text at cursor position in vb.net textbox Pin
dilipmca0423-Feb-09 3:39
dilipmca0423-Feb-09 3:39 
AnswerRe: How to place the text at cursor position in vb.net textbox Pin
Dave Kreskowiak23-Feb-09 4:28
mveDave Kreskowiak23-Feb-09 4:28 

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.