open windows picture and fax viewer

M

Marco

Hi. is there any way to open a picture from access using windows picture and
fax viewer?

Thanks,
Marco
 
D

Damon Heron

On a command button or sub, use:

Dim RetVal
RetVal = Shell("C:\WINDOWS\system32\rundll32.exe
c:\windows\system32\shimgvw.dll, ImageView_Fullscreen c:\Number.bmp", 1)

Note that after Fullscreen is the path to the picture. This is all on one
line.

Damon
 

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