Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open ACDsee from Access DB 1

Status
Not open for further replies.

Rabah007

Programmer
Aug 27, 2007
1
RU
I try to open ACDsee software from access DB by writing this code:

Dim stAppName As String

stAppName = "C:\Program Files\ACD Systems\ACDSee\6.0\ACDSee6.exe"

Call Shell(stAppName, 1)

It is not opened.

Note that the same code i can open others programs like :
word, excel, Autocad, Photoshop....
but not ACDsee, i try version 6 and 9 the same result.
and no error message. Only nothing happen.

Plz can anyone help

Regards

Zaher Rabah
 
If you run this executable from the command prompt or run dialog, does it open the application?

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top