Shell programs from menu items added during runtime

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?
 
M

Michel Posseth [MCP]

Well not with using the Shell command :) use process.start to acomplish
this

regards

Michel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top