| Author |
Open Vb With Arguments
|
|
| shachar 2004-10-27, 3:55 pm |
| hi all.
how can i open vb with a starting arguments?
i want it accept some arguments and then use them in my
splash screen.
| |
|
| "shachar" <anonymous@discussions.microsoft.com> wrote in message
news:15d401c4bc26$32828450$a601280a@phx.gbl...
> hi all.
> how can i open vb with a starting arguments?
> i want it accept some arguments and then use them in my
> splash screen.
Look up Command$
Matt
| |
| shachar 2004-10-27, 3:55 pm |
| i know that i have to use command$ , BUT - how can i call
it form the access form?
shell ... ???
>-----Original Message-----
>"shachar" <anonymous@discussions.microsoft.com> wrote in
message
>news:15d401c4bc26$32828450$a601280a@phx.gbl...
>
>Look up Command$
>
>Matt
>
>
>.
>
| |
| Duane Bozarth 2004-10-27, 3:55 pm |
| How do you do what? You've changed questions apparently, and this one
isn't comprehensible...
shachar wrote:[color=darkred]
>
> i know that i have to use command$ , BUT - how can i call
> it form the access form?
> shell ... ???
>
> message
| |
| shachar 2004-10-27, 3:55 pm |
| how can i call VB with arguments from an Access form so
that i can use the arguments inside VB with the command$ ?
>-----Original Message-----
>How do you do what? You've changed questions
apparently, and this one
>isn't comprehensible...
>
>shachar wrote:
call[color=darkred]
in[color=darkred]
in my[color=darkred]
>.
>
| |
|
| shell "path\to\app.exe commandlineargs"
"shachar" <anonymous@discussions.microsoft.com> wrote in message
news:1e9901c4bc2d$1a366860$a301280a@phx.gbl...[color=darkred]
> how can i call VB with arguments from an Access form so
> that i can use the arguments inside VB with the command$ ?
>
> apparently, and this one
> call
> in
> in my
| |
| Nospam 2004-10-27, 3:55 pm |
| That NOT what you originally asked!!
"shachar" <anonymous@discussions.microsoft.com> wrote in message
news:1e9901c4bc2d$1a366860$a301280a@phx.gbl...[color=darkred]
> how can i call VB with arguments from an Access form so
> that i can use the arguments inside VB with the command$ ?
>
> apparently, and this one
> call
> in
> in my
| |
| Jeff Johnson [MVP: VB] 2004-10-27, 3:55 pm |
|
"shachar" <anonymous@discussions.microsoft.com> wrote in message
news:15d401c4bc26$32828450$a601280a@phx.gbl...
> how can i open vb with a starting arguments?
Are you opening the Visual Basic IDE? If not, then you are not "opening vb,"
but rather opening a program that you WROTE with VB. There is a big
difference.
| |
| Randy Birch 2004-10-27, 8:55 pm |
| Under Project > Properties > Make tab, enter the parameters you want to use
as the test command line arguments.
--
Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/
"shachar" <anonymous@discussions.microsoft.com> wrote in message
news:15d401c4bc26$32828450$a601280a@phx.gbl...
: hi all.
: how can i open vb with a starting arguments?
: i want it accept some arguments and then use them in my
: splash screen.
:
|
|
|
|