Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #12384

Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ?

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ?
Date 2022-01-15 17:48 -0500
Organization A noiseless patient Spider
Message-ID <srvivs$d31$1@dont-email.me> (permalink)
References <srrgcv$5m1$1@gioia.aioe.org>

Show all headers | View raw


Decided to look into it. Not very useful, but here you go:

rundll32.exe C:\Windows\System32\shimgvw.dll,ImageView_Fullscreen 
C:\windows\desktop\railings.gif

  That should display the image in the path parameter.
I haven't tried it with script to see if there's a way to
get at it. 

Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Find similar


Thread

how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "R.Wieser" <address@not.available> - 2022-01-14 10:39 +0100
  Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? JJ <jj4public@gmail.com> - 2022-01-14 19:01 +0700
    Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "R.Wieser" <address@not.available> - 2022-01-14 20:24 +0100
      Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? JJ <jj4public@gmail.com> - 2022-01-16 03:26 +0700
  Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "Mayayana" <mayayana@invalid.nospam> - 2022-01-15 17:38 -0500
    Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "R.Wieser" <address@not.available> - 2022-01-16 10:02 +0100
      Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "Mayayana" <mayayana@invalid.nospam> - 2022-01-16 08:55 -0500
        Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "R.Wieser" <address@not.available> - 2022-01-16 15:47 +0100
      Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? JJ <jj4public@gmail.com> - 2022-01-17 10:45 +0700
        Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "R.Wieser" <address@not.available> - 2022-01-17 10:58 +0100
          Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? JJ <jj4public@gmail.com> - 2022-01-18 13:55 +0700
            Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "R.Wieser" <address@not.available> - 2022-01-18 08:19 +0100
              Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "Mayayana" <mayayana@invalid.nospam> - 2022-01-18 08:48 -0500
                Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "R.Wieser" <address@not.available> - 2022-01-18 17:41 +0100
                Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? JJ <jj4public@gmail.com> - 2022-01-19 15:37 +0700
                Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "R.Wieser" <address@not.available> - 2022-01-19 12:19 +0100
              Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? JJ <jj4public@gmail.com> - 2022-01-19 15:05 +0700
  Re: how to automate preview.preview ("windows picture and fax viewer" -> shimgvw) ? "Mayayana" <mayayana@invalid.nospam> - 2022-01-15 17:48 -0500

csiph-web