photoviewer

Error Loading image from asset folder through Implicit Intent by using Phone's Image viewer

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-16 18:34:20
问题 I am trying to display different London Tube maps through mobile's camera image viewer app by using implicit Intent. I had tube_map.gif image file in asset folder but when i try to load this file, app displays unable to find item . I think the file path i am specifying is not correct. I have followed the following video. the only difference is that in video, image file is stored on phone's SD Card while in my case, it is stored in asset folder. Video can be seen by this link. My code is as

How to run Photoviewer.dll in command line

北战南征 提交于 2019-11-28 09:12:07
When I run the following code below in a command prompt (as administrator): "C:\Program Files\Windows Photo Viewer\PhotoViewer.dll" "C:\00012.tif" it produces error as shown below : "This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an associated in the Default Programs control panel." Both .tif and .tiff are associated in the Default programs control panel. I am trying to call this from a .net windows app. Any help is appreciated. RobinJ rundll32 "C:\Program Files\Windows Photo Viewer\PhotoViewer

How to run Photoviewer.dll in command line

馋奶兔 提交于 2019-11-27 02:13:00
问题 When I run the following code below in a command prompt (as administrator): "C:\Program Files\Windows Photo Viewer\PhotoViewer.dll" "C:\00012.tif" it produces error as shown below : "This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an associated in the Default Programs control panel." Both .tif and .tiff are associated in the Default programs control panel. I am trying to call this from a .net