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

Visual Basic

 
GeneralNested Classes (after much hair pulling) Pin
Ray Cassick5-Aug-02 18:31
Ray Cassick5-Aug-02 18:31 
GeneralRe: Nested Classes (after much hair pulling) Pin
Richard Deeming5-Aug-02 22:57
mveRichard Deeming5-Aug-02 22:57 
GeneralNested Classes (after much hair pulling) Pin
Ray Cassick5-Aug-02 18:28
Ray Cassick5-Aug-02 18:28 
GeneralRe: Nested Classes (after much hair pulling) Pin
Ray Cassick6-Aug-02 3:49
Ray Cassick6-Aug-02 3:49 
GeneralControl array annoyances... Pin
Ray Cassick5-Aug-02 9:55
Ray Cassick5-Aug-02 9:55 
Generalhelp needed...!!! Pin
drmzunlimited5-Aug-02 7:04
drmzunlimited5-Aug-02 7:04 
GeneralStoring input to a cell in excel Pin
skydivenut4-Aug-02 16:31
skydivenut4-Aug-02 16:31 
Generalmulti text file processing Pin
ftjjk4-Aug-02 15:51
ftjjk4-Aug-02 15:51 
Please don't laugh. I am using MS Access to process text files. Right now it can process one file at a time. I want it to process an entire directory. Following is the current code for selecting the file for processing. can anyone help me modify this to automatically process the entire directory of text files.

Function Macro1()
On Error GoTo Macro1_Err
Dim stringFilename
stringFilename = InputBox("Enter the file:")

DoCmd.TransferText acImportFixed, "A Import Specification", "A", "c:\data\data1\" + stringFilename + ".txt", False, ""



Fred
GeneralError when trying Update on SQLDataAdapter Pin
Knappen4-Aug-02 5:07
Knappen4-Aug-02 5:07 
Generalupdate database in vb.net Pin
devil6663-Aug-02 11:41
devil6663-Aug-02 11:41 
GeneralRe: update database in vb.net Pin
Nick Parker7-Aug-02 2:59
protectorNick Parker7-Aug-02 2:59 
GeneralHelp!! VB.NET Custom DataGridColumn Problem ... Pin
afphinfan12-Aug-02 5:42
afphinfan12-Aug-02 5:42 
GeneralAcess Form Controls Pin
Bruno Lemos2-Aug-02 0:48
Bruno Lemos2-Aug-02 0:48 
GeneralWeb Services Implementation Guide Pin
Stanford Powers31-Jul-02 18:33
sussStanford Powers31-Jul-02 18:33 
GeneralRe: Web Services Implementation Guide Pin
Jason McBurney1-Aug-02 11:25
Jason McBurney1-Aug-02 11:25 
GeneralMDI QueryUnloads Pin
Jason McBurney31-Jul-02 5:07
Jason McBurney31-Jul-02 5:07 
GeneralRe: MDI QueryUnloads Pin
Tom Welch31-Jul-02 5:14
Tom Welch31-Jul-02 5:14 
GeneralRe: MDI QueryUnloads Pin
Colin Leitner31-Jul-02 5:17
Colin Leitner31-Jul-02 5:17 
GeneralRe: MDI QueryUnloads Pin
Roger Wright31-Jul-02 5:26
professionalRoger Wright31-Jul-02 5:26 
GeneralRe: MDI QueryUnloads Pin
Nick Parker31-Jul-02 5:30
protectorNick Parker31-Jul-02 5:30 
GeneralRe: MDI QueryUnloads Pin
Jason McBurney31-Jul-02 11:22
Jason McBurney31-Jul-02 11:22 
Generalpath help needed !! Pin
drmzunlimited31-Jul-02 2:43
drmzunlimited31-Jul-02 2:43 
GeneralRe: path help needed !! Pin
chris foote1-Aug-02 10:32
chris foote1-Aug-02 10:32 
Generalpath help needed !! Pin
drmzunlimited31-Jul-02 2:42
drmzunlimited31-Jul-02 2:42 
GeneralMSComm with DTREnable Pin
Anonymous30-Jul-02 23:09
Anonymous30-Jul-02 23: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.