Click here to Skip to main content
15,885,278 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: 1 form, 2 text boxes, how to write code to exchange text between boxes Pin
Tino Fourie24-Apr-14 3:46
Tino Fourie24-Apr-14 3:46 
Questionhow to import all csv files in c: drive to database ? Pin
sensizbenlik12-Apr-14 11:45
sensizbenlik12-Apr-14 11:45 
AnswerRe: how to import all csv files in c: drive to database ? Pin
Wes Aday12-Apr-14 12:29
professionalWes Aday12-Apr-14 12:29 
AnswerRe: how to import all csv files in c: drive to database ? Pin
Mycroft Holmes12-Apr-14 14:43
professionalMycroft Holmes12-Apr-14 14:43 
Questionhow to import all csv files in a drive to database ? Pin
sensizbenlik11-Apr-14 12:10
sensizbenlik11-Apr-14 12:10 
AnswerRe: how to import all csv files in a drive to database ? Pin
PIEBALDconsult11-Apr-14 12:35
mvePIEBALDconsult11-Apr-14 12:35 
GeneralRe: how to import all csv files in a drive to database ? Pin
sensizbenlik11-Apr-14 13:17
sensizbenlik11-Apr-14 13:17 
GeneralRe: how to import all csv files in a drive to database ? Pin
Mycroft Holmes11-Apr-14 13:54
professionalMycroft Holmes11-Apr-14 13:54 
You have worked out how to loop through the parsed data now apply that to the directory's files. User System.IO.DirectoryInfo and get all the files in the folder and put this (and the rest of the processing) insode that loop.
sensizbenlik wrote:
Dim parser As New FileIO.TextFieldParser("C//:test.csv") (in here i want from visualbasic that it has to search csv files in c: and paste into to program)

Never underestimate the power of human stupidity
RAH

GeneralRe: how to import all csv files in a drive to database ? Pin
sensizbenlik12-Apr-14 8:00
sensizbenlik12-Apr-14 8:00 
GeneralRe: how to import all csv files in a drive to database ? Pin
Richard MacCutchan12-Apr-14 11:31
mveRichard MacCutchan12-Apr-14 11:31 
QuestionLogout button on a Main form Pin
waner michaud10-Apr-14 4:54
waner michaud10-Apr-14 4:54 
QuestionRe: Logout button on a Main form Pin
Eddy Vluggen10-Apr-14 6:45
professionalEddy Vluggen10-Apr-14 6:45 
AnswerRe: Logout button on a Main form Pin
waner michaud10-Apr-14 7:07
waner michaud10-Apr-14 7:07 
AnswerRe: Logout button on a Main form Pin
Eddy Vluggen10-Apr-14 7:38
professionalEddy Vluggen10-Apr-14 7:38 
GeneralRe: Logout button on a Main form Pin
waner michaud10-Apr-14 15:21
waner michaud10-Apr-14 15:21 
GeneralRe: Logout button on a Main form Pin
Eddy Vluggen11-Apr-14 0:38
professionalEddy Vluggen11-Apr-14 0:38 
QuestionValue of type 'String' cannot be converted to 'System.Windows.Forms.Control' Pin
Ankush Seth9-Apr-14 23:26
Ankush Seth9-Apr-14 23:26 
AnswerRe: Value of type 'String' cannot be converted to 'System.Windows.Forms.Control' Pin
Richard MacCutchan9-Apr-14 23:30
mveRichard MacCutchan9-Apr-14 23:30 
AnswerRe: Value of type 'String' cannot be converted to 'System.Windows.Forms.Control' Pin
Dave Kreskowiak10-Apr-14 2:18
mveDave Kreskowiak10-Apr-14 2:18 
QuestionOverload resolution failed because no accessible 'Add' accepts this number of arguments Pin
Ankush Seth9-Apr-14 23:21
Ankush Seth9-Apr-14 23:21 
AnswerRe: Overload resolution failed because no accessible 'Add' accepts this number of arguments Pin
Richard MacCutchan9-Apr-14 23:27
mveRichard MacCutchan9-Apr-14 23:27 
GeneralRe: Overload resolution failed because no accessible 'Add' accepts this number of arguments Pin
Ankush Seth9-Apr-14 23:35
Ankush Seth9-Apr-14 23:35 
GeneralRe: Overload resolution failed because no accessible 'Add' accepts this number of arguments Pin
Richard MacCutchan9-Apr-14 23:47
mveRichard MacCutchan9-Apr-14 23:47 
GeneralRe: Overload resolution failed because no accessible 'Add' accepts this number of arguments Pin
Ankush Seth10-Apr-14 0:10
Ankush Seth10-Apr-14 0:10 
QuestionHow do I Rectify the Closure of a Form Pin
Member 107017019-Apr-14 7:01
Member 107017019-Apr-14 7:01 

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.