Please Help

  • Thread starter Thread starter Shanon
  • Start date Start date
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!
 
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
 
Back
Top