Click here to Skip to main content
16,006,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: running DOS exe using Process.Start Pin
Chinners3-Jul-08 1:45
Chinners3-Jul-08 1:45 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 2:08
johnjsm3-Jul-08 2:08 
AnswerRe: running DOS exe using Process.Start Pin
Dave Kreskowiak3-Jul-08 1:52
mveDave Kreskowiak3-Jul-08 1:52 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 2:24
johnjsm3-Jul-08 2:24 
QuestionStart program by dragging file onto exe Pin
johnjsm2-Jul-08 23:02
johnjsm2-Jul-08 23:02 
AnswerRe: Start program by dragging file onto exe Pin
Gideon Engelberth3-Jul-08 2:28
Gideon Engelberth3-Jul-08 2:28 
GeneralRe: Start program by dragging file onto exe [modified] Pin
johnjsm3-Jul-08 4:35
johnjsm3-Jul-08 4:35 
GeneralRe: Start program by dragging file onto exe Pin
Tom Deketelaere3-Jul-08 5:08
professionalTom Deketelaere3-Jul-08 5:08 
Gideon provided you with the answer you need

When you drop a file onto you'r exe, the exe will start with in its arguments the path to that file

like gideon said you can then eighter change the constructor of you'r startupform form
public sub new()
to
public sub new(args() as string)

or use System.Environment.GetCommandLineArgs() to get the arguments passed to the exe

this is a standerd function in windows (drop any file onto (olmost) any exe and the exe will start)

But all this has been said by Gideon so...
GeneralRe: Start program by dragging file onto exe Pin
Gideon Engelberth3-Jul-08 10:06
Gideon Engelberth3-Jul-08 10:06 
QuestionDon't what is the error in my code thats not worked any idea? Pin
idsanjeevjha2-Jul-08 20:46
idsanjeevjha2-Jul-08 20:46 
AnswerRe: Don't what is the error in my code thats not worked any idea? Pin
Anubhava Dimri2-Jul-08 23:45
Anubhava Dimri2-Jul-08 23:45 
AnswerRe: Don't what is the error in my code thats not worked any idea? Pin
N a v a n e e t h3-Jul-08 0:35
N a v a n e e t h3-Jul-08 0:35 
GeneralRe: Don't what is the error in my code thats not worked any idea? Pin
idsanjeevjha3-Jul-08 1:01
idsanjeevjha3-Jul-08 1:01 
GeneralRe: Don't what is the error in my code thats not worked any idea? Pin
N a v a n e e t h3-Jul-08 15:47
N a v a n e e t h3-Jul-08 15:47 
AnswerRe: Don't what is the error in my code thats not worked any idea? Pin
Chinners3-Jul-08 1:27
Chinners3-Jul-08 1:27 
Questionwhats is the mistacks in code thats insert data in oracle with vb.net Pin
idsanjeevjha2-Jul-08 20:25
idsanjeevjha2-Jul-08 20:25 
AnswerRe: whats is the mistacks in code thats insert data in oracle with vb.net Pin
Chinners2-Jul-08 23:37
Chinners2-Jul-08 23:37 
GeneralRe: whats is the mistacks in code thats insert data in oracle with vb.net Pin
idsanjeevjha3-Jul-08 0:53
idsanjeevjha3-Jul-08 0:53 
GeneralRe: whats is the mistacks in code thats insert data in oracle with vb.net Pin
Chinners3-Jul-08 1:24
Chinners3-Jul-08 1:24 
QuestionAxShockwaveFlash Object Pin
~V~2-Jul-08 20:04
~V~2-Jul-08 20:04 
QuestionException Handling Problem Pin
RCoate2-Jul-08 17:10
RCoate2-Jul-08 17:10 
AnswerRe: Exception Handling Problem Pin
Mycroft Holmes2-Jul-08 17:21
professionalMycroft Holmes2-Jul-08 17:21 
GeneralRe: Exception Handling Problem Pin
RCoate2-Jul-08 17:46
RCoate2-Jul-08 17:46 
GeneralRe: Exception Handling Problem Pin
Mycroft Holmes2-Jul-08 18:17
professionalMycroft Holmes2-Jul-08 18:17 
GeneralRe: Exception Handling Problem Pin
Paul Conrad2-Jul-08 18:32
professionalPaul Conrad2-Jul-08 18:32 

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.