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

Visual Basic

 
Questionediting exe.cofig file Pin
halder_rajib26-Jul-07 3:35
halder_rajib26-Jul-07 3:35 
AnswerRe: editing exe.cofig file Pin
Dave Kreskowiak26-Jul-07 3:51
mveDave Kreskowiak26-Jul-07 3:51 
JokeRe: editing exe.cofig file Pin
Paul Conrad26-Jul-07 6:06
professionalPaul Conrad26-Jul-07 6:06 
QuestionWriting text in next line Pin
Archana New to Dotnet26-Jul-07 3:12
Archana New to Dotnet26-Jul-07 3:12 
AnswerRe: Writing text in next line Pin
Tom Deketelaere26-Jul-07 3:16
professionalTom Deketelaere26-Jul-07 3:16 
GeneralRe: Writing text in next line Pin
Archana New to Dotnet26-Jul-07 19:19
Archana New to Dotnet26-Jul-07 19:19 
AnswerRe: Writing text in next line Pin
Rupesh Kumar Swami27-Jul-07 0:00
Rupesh Kumar Swami27-Jul-07 0:00 
QuestionBatch file problem Pin
The Mighty Atom26-Jul-07 3:07
The Mighty Atom26-Jul-07 3:07 
I don't get this at all. Here's the deal:

I have a TextBox. Its properties are:

Text: C:\
Name: TextBox1

Next to the TextBox, i have a button. This is the code under the click event:

Process.Start(TextBox1.Text & "\test.bat")

So when you click the button, the app should run the file test.bat that has been placed in the directory written in the TextBox, C:\ in this case.

The problem is that the batch doesn't run from C:\, but from C:\Documents and Settings\Atom\Mijn documenten\Visual Studio 2005\Projects\Test_App\bin\Debug

Thats the folder where the debug .exe is located. Why is it running from C:\Documents and Settings\Atom\Mijn documenten\Visual Studio 2005\Projects\Test_App\bin\Debug instead of C:\? I need it to run from C:\

Any ideas?
AnswerRe: Batch file problem Pin
kubben26-Jul-07 3:11
kubben26-Jul-07 3:11 
AnswerRe: Batch file problem Pin
Dave Herren26-Jul-07 3:21
Dave Herren26-Jul-07 3:21 
AnswerRe: Batch file problem Pin
Luc Pattyn26-Jul-07 3:30
sitebuilderLuc Pattyn26-Jul-07 3:30 
AnswerRe: Batch file problem Pin
Dave Kreskowiak26-Jul-07 3:44
mveDave Kreskowiak26-Jul-07 3:44 
GeneralRe: Batch file problem Pin
The Mighty Atom26-Jul-07 3:50
The Mighty Atom26-Jul-07 3:50 
QuestionEnabling the MenuItem in Menu Pin
kalyan_vb26-Jul-07 2:46
kalyan_vb26-Jul-07 2:46 
AnswerRe: Enabling the MenuItem in Menu Pin
Tom Deketelaere26-Jul-07 3:11
professionalTom Deketelaere26-Jul-07 3:11 
AnswerRe: Enabling the MenuItem in Menu Pin
Luc Pattyn26-Jul-07 3:33
sitebuilderLuc Pattyn26-Jul-07 3:33 
QuestionMigrate Vb4.0 to the later version vb5.0 or vb6.0 Pin
meetkamals26-Jul-07 1:08
meetkamals26-Jul-07 1:08 
AnswerRe: Migrate Vb4.0 to the later version vb5.0 or vb6.0 Pin
Dave Kreskowiak26-Jul-07 3:31
mveDave Kreskowiak26-Jul-07 3:31 
GeneralRe: Migrate Vb4.0 to the later version vb5.0 or vb6.0 Pin
meetkamals26-Jul-07 21:28
meetkamals26-Jul-07 21:28 
GeneralRe: Migrate Vb4.0 to the later version vb5.0 or vb6.0 Pin
Dave Kreskowiak27-Jul-07 1:43
mveDave Kreskowiak27-Jul-07 1:43 
Questionhow & where to store user settings....? Pin
jamilkhan00726-Jul-07 1:08
jamilkhan00726-Jul-07 1:08 
AnswerRe: how & where to store user settings....? Pin
Tom Deketelaere26-Jul-07 1:30
professionalTom Deketelaere26-Jul-07 1:30 
GeneralRe: how & where to store user settings....? Pin
jamilkhan00726-Jul-07 23:13
jamilkhan00726-Jul-07 23:13 
AnswerRe: how & where to store user settings....? Pin
Tom Deketelaere26-Jul-07 3:14
professionalTom Deketelaere26-Jul-07 3:14 
Questionwindowapplication.exe.config file editing Pin
halder_rajib26-Jul-07 1:00
halder_rajib26-Jul-07 1:00 

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.