rsbutterfly16
IS-IT--Management
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?
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?