Please Help

S

Shanon

I am trying to add a button to a form that will open
another application called Corel. However I want it to
open a specific file in Corel.....HELP! I have no idea
if I need to create a module or if this is done in the
Visual Base Code or what!
 
T

Tim Ferguson

However I want it to
open a specific file in Corel.....

dwRes = Shell("c:\mypath\mydrawing.cdr")

as long as you don't have another application set up as a default for .cdr
files.


HTH


Tim F
 

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