Shell programs from menu items added during runtime

  • Thread starter Thread starter polarbearvillage
  • Start date Start date
P

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?
 
Well not with using the Shell command :-) use process.start to acomplish
this

regards

Michel
 
Back
Top