Click here to Skip to main content
15,895,011 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: running DOS exe using Process.Start Pin
Chinners3-Jul-08 1:34
Chinners3-Jul-08 1:34 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 1:42
johnjsm3-Jul-08 1:42 
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 
When you drag a file over an exe (or shortcut), the program will be started with the filename as a command line argument. You can either change Sub Main() to Sub Main(args() As String) or find some other way to get the command line arguments (System.Environment.GetCommandLineArgs(), for example).

Something similar happens if you associate a file type with your program and double-click the file in explorer.
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 
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 

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.