<html>
<head>
<HTA:APPLICATION ID="oHTA"
APPLICATIONNAME="Explorer's MRUs"
BORDER="thick"
BORDERSTYLE="normal"
CAPTION="yes"
ICON="C:\windows\system32\main.cpl,0"
MAXIMIZEBUTTON="yes"
MINIMIZEBUTTON="yes"
SHOWINTASKBAR="yes"
SINGLEINSTANCE="no"
SYSMENU="yes"
VERSION="1.0"
WINDOWSTATE="normal"
/>
</head>
<h3>Win 98 Thumbnail Viewer</h3>
<object height=640px width=480px
id="objThumbnail"
classid="clsid:1D2B4F40-1F10-11D1-9E88-00C04FDCAB92">
</object>
<SCRIPT Language="VBScript">
cmdLineArray = Split(oHTA.commandLine, Chr(34), -1, 1)
objThumbnail.displayfile(cmdLineArray(3))
</script>
Copy above into a file called ImageViewer.hta. To use type in start run
"<path to above file>\ImageViewer.hta" "file you want to view.bmp"
Note the quotes are important. There MUST be two sets with the second set around the image name. The advantage of this is that it supports older MS graphic formats like MIX.
--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
=================================================
"David Candy" <.> wrote in message news:***@TK2MSFTNGP09.phx.gbl...
Use Internet Explorer to view the files.
--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
=================================================
Post by chkHow does one configure Win XP Pro SP2 such that I can open a picture
file (.jpg, .gif...) in separate windows of Windows Picture and Fax
Viewer?
Is it possible? Currently, every picture file will display in the one
instance of Windows Picture and Fax Viewer. I'd like it to display
pics in separate windows so that I can compare the pics.
Thanks.
-chk