Home All Groups Group Topic Archive Search About

Shell programs from menu items added during runtime

Author
25 Dec 2006 12:44 AM
polarbearvillage
I am using Visual Basic 2005.

Okay, I add items to a dropdown menu on a toolbar during runtime, and I
when I click them, I need to shell the program that is associated with
that one item (I have the program path figured out). Each item is in an
array. How would I do this?

Author
27 Dec 2006 3:08 PM
Michel Posseth [MCP]
Well not with using the  Shell command :-)  use process.start to acomplish
this

regards

Michel


<polarbearvill***@gmail.com> schreef in bericht
Show quoteHide quote
news:1167007488.132616.173590@79g2000cws.googlegroups.com...
>I am using Visual Basic 2005.
>
> Okay, I add items to a dropdown menu on a toolbar during runtime, and I
> when I click them, I need to shell the program that is associated with
> that one item (I have the program path figured out). Each item is in an
> array. How would I do this?
>

Bookmark and Share

Post Thread options