Click here to Skip to main content
15,923,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: using a form as a control (problem) Pin
Dave Kreskowiak7-Jun-04 15:23
mveDave Kreskowiak7-Jun-04 15:23 
GeneralRe: using a form as a control (problem) Pin
PaleyX7-Jun-04 16:03
PaleyX7-Jun-04 16:03 
GeneralRe: using a form as a control (problem) Pin
Dave Kreskowiak8-Jun-04 2:18
mveDave Kreskowiak8-Jun-04 2:18 
GeneralRe: using a form as a control (problem) Pin
PaleyX8-Jun-04 2:40
PaleyX8-Jun-04 2:40 
GeneralMake a directory... Pin
Brad Fackrell7-Jun-04 8:03
Brad Fackrell7-Jun-04 8:03 
GeneralRe: Make a directory... Pin
Dave Kreskowiak7-Jun-04 8:07
mveDave Kreskowiak7-Jun-04 8:07 
GeneralRe: Make a directory... Pin
Brad Fackrell7-Jun-04 8:37
Brad Fackrell7-Jun-04 8:37 
GeneralRe: Make a directory... Pin
Dave Kreskowiak7-Jun-04 9:02
mveDave Kreskowiak7-Jun-04 9:02 
I'm not writing the code for you. You have to at least make an attempt at it. You won't learn anything if someone else writes the code for you. It's not as simple as you might think.

You'll have to think about each step in the process. Starting with 'Read the first line of the RTB.' What are you going to do when you read the first line of the RTB? Set this as the current directory? What am I going to do if this path doesn't exist? Create that path? How am I going to keep track of the current parent directory? What am I going to do when one line of the RTB has 3 tabs in the beginning of the line and the next one only has 1 tab? How do you keep track of the tab depth and set the CurrentDirectory accordingly?

Creating the directories is easy with Directory.SetCurrentDirectory and Directory.CreateDirectory.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Make a directory... Pin
Brad Fackrell7-Jun-04 9:21
Brad Fackrell7-Jun-04 9:21 
GeneralRe: Make a directory... Pin
beowulfagate7-Jun-04 21:58
beowulfagate7-Jun-04 21:58 
GeneralRe: Make a directory... Pin
Colin Angus Mackay7-Jun-04 12:30
Colin Angus Mackay7-Jun-04 12:30 
GeneralRe: Make a directory... Pin
Brad Fackrell8-Jun-04 1:54
Brad Fackrell8-Jun-04 1:54 
GeneralRe: Make a directory... Pin
Colin Angus Mackay8-Jun-04 7:40
Colin Angus Mackay8-Jun-04 7:40 
GeneralRe: Make a directory... Pin
Brad Fackrell8-Jun-04 7:45
Brad Fackrell8-Jun-04 7:45 
GeneralRe: Make a directory... Pin
Colin Angus Mackay8-Jun-04 7:57
Colin Angus Mackay8-Jun-04 7:57 
GeneralRe: Make a directory... Pin
Brad Fackrell8-Jun-04 7:59
Brad Fackrell8-Jun-04 7:59 
GeneralMoving usercontrols over a panel Pin
Member 8573777-Jun-04 7:44
Member 8573777-Jun-04 7:44 
GeneralRe: Moving usercontrols over a panel Pin
emari9-Jun-04 20:11
emari9-Jun-04 20:11 
Generali need a free winhelp generating tool Pin
Mohan G7-Jun-04 6:24
Mohan G7-Jun-04 6:24 
GeneralRe: i need a free winhelp generating tool Pin
Dave Kreskowiak7-Jun-04 7:48
mveDave Kreskowiak7-Jun-04 7:48 
QuestionVB.NET with Linux? Pin
Brad Fackrell7-Jun-04 5:25
Brad Fackrell7-Jun-04 5:25 
AnswerRe: VB.NET with Linux? Pin
GISnet7-Jun-04 5:38
GISnet7-Jun-04 5:38 
GeneralRe: VB.NET with Linux? Pin
Brad Fackrell7-Jun-04 7:05
Brad Fackrell7-Jun-04 7:05 
GeneralRe: VB.NET with Linux? Pin
Dave Kreskowiak7-Jun-04 7:45
mveDave Kreskowiak7-Jun-04 7:45 
GeneralRe: VB.NET with Linux? Pin
GISnet7-Jun-04 7:58
GISnet7-Jun-04 7:58 

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.