G
Guest
how can i start this program from my form ?
rundll32.exe c:\windows\system32\shimgvw.dll,ImageView_Fullscreen image.tif ?
this is Windows Pictures and Fax Viewer from XP and I want to call it from
my app to displat an image (I need it, because it can handle multiple pages
tiffs)
i also have made use of a var sysFolder =
Environment.GetFolderPath(Environment.SpecialFolder.System); to replace
'c:\windows\system32'
i can't even start the WPFV empty (w/o an image load into it)
rundll32.exe c:\windows\system32\shimgvw.dll,ImageView_Fullscreen image.tif ?
this is Windows Pictures and Fax Viewer from XP and I want to call it from
my app to displat an image (I need it, because it can handle multiple pages
tiffs)
i also have made use of a var sysFolder =
Environment.GetFolderPath(Environment.SpecialFolder.System); to replace
'c:\windows\system32'
i can't even start the WPFV empty (w/o an image load into it)