Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: What does it mean? Pin
Sonia Gupta24-May-07 20:49
Sonia Gupta24-May-07 20:49 
GeneralRe: What does it mean? Pin
Socheat.Net24-May-07 20:53
Socheat.Net24-May-07 20:53 
AnswerRe: What does it mean? Pin
venkata lakshmi prasanna24-May-07 21:47
venkata lakshmi prasanna24-May-07 21:47 
GeneralRe: What does it mean? Pin
Socheat.Net24-May-07 21:55
Socheat.Net24-May-07 21:55 
Questionwindows Pin
Sonia Gupta24-May-07 18:25
Sonia Gupta24-May-07 18:25 
AnswerRe: windows Pin
MatrixCoder24-May-07 19:19
MatrixCoder24-May-07 19:19 
QuestionRe: windows Pin
Sonia Gupta24-May-07 19:31
Sonia Gupta24-May-07 19:31 
AnswerRe: windows Pin
MatrixCoder24-May-07 19:38
MatrixCoder24-May-07 19:38 
To get the Command Line Arguments (i.e. a file path passed to your app), you would do something like this:

For Each Arg As String In My.Application.CommandLineArgs
  MsgBox("The file is: " & Arg)
Next

And for the shell extensions, see the last section of this article: Common Registry Settings




Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.

AnswerRe: windows Pin
MatrixCoder24-May-07 20:05
MatrixCoder24-May-07 20:05 
QuestionRe: windows Pin
Sonia Gupta24-May-07 20:11
Sonia Gupta24-May-07 20:11 
AnswerRe: windows Pin
MatrixCoder24-May-07 20:15
MatrixCoder24-May-07 20:15 
QuestionRe: windows Pin
Sonia Gupta24-May-07 21:04
Sonia Gupta24-May-07 21:04 
GeneralRe: windows Pin
Sonia Gupta24-May-07 22:38
Sonia Gupta24-May-07 22:38 
QuestionVB.NET Gatway Pin
Socheat.Net24-May-07 15:38
Socheat.Net24-May-07 15:38 
AnswerRe: VB.NET Gatway Pin
MatrixCoder24-May-07 15:54
MatrixCoder24-May-07 15:54 
GeneralRe: VB.NET Gatway Pin
Socheat.Net24-May-07 16:06
Socheat.Net24-May-07 16:06 
AnswerRe: VB.NET Gatway Pin
Dave Kreskowiak24-May-07 15:54
mveDave Kreskowiak24-May-07 15:54 
QuestionRe: VB.NET Gatway Pin
Sonia Gupta24-May-07 18:30
Sonia Gupta24-May-07 18:30 
GeneralRe: VB.NET Gatway Pin
Socheat.Net24-May-07 16:03
Socheat.Net24-May-07 16:03 
AnswerRe: VB.NET Gatway Pin
Socheat.Net24-May-07 18:41
Socheat.Net24-May-07 18:41 
GeneralRe: VB.NET Gatway Pin
Dave Kreskowiak24-May-07 16:07
mveDave Kreskowiak24-May-07 16:07 
GeneralRe: VB.NET Gatway Pin
Socheat.Net24-May-07 16:12
Socheat.Net24-May-07 16:12 
GeneralRe: VB.NET Gatway Pin
Dave Kreskowiak24-May-07 16:38
mveDave Kreskowiak24-May-07 16:38 
GeneralRe: VB.NET Gatway Pin
Socheat.Net24-May-07 16:46
Socheat.Net24-May-07 16:46 
GeneralRe: VB.NET Gatway Pin
Dave Kreskowiak24-May-07 17:44
mveDave Kreskowiak24-May-07 17:44 

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.