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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

windows fax viewer in windows 2000 server

Status
Not open for further replies.

rsbutterfly16

IS-IT--Management
Apr 19, 2007
53
US
hi guys i hope you can help me. I have an access form in which i have a jpg in which when i double click i could open it with windows fax viewer from my windows xp computer, using this code:


Dim S As Object
Set S = CreateObject("WScript.Shell")
S.Run "rundll32.exe C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen " & PathToPicture

however i have an access front end in my windows 2000 server and i keep getting this error when i try to run this code even though i changed it to
"rundll32.exe C:\WINNT\System32\shimgvw.dll,ImageView_Fullscreen " & PathToPicture

this is my error:
Error in C:\WINNT\System32\shimgvw.dll
Missing entry ImageView_Fullscreen


can anyone help me with this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top