Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
KodakIMG alternative in Windows XP???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00675601
Message ID:
00677773
Vues:
12
To follow up...

I just found the solution (for us). I have changed the "run" line to this:

run /n c:\program files\Common Files\Microsoft Shared\MSPaper\mspview.exe &lcFileToView

So far, it seems to be working great!


>We have recently upgraded everyone here to Windows XP from Win95 or Win2K. The following section of code no longer works. Does anyone know how to reproduce this functionality in Windows XP? I'm looking for a way to view multipage TIFF's from VFP.
>
>local lcFileToView
>lcFileToView = this.Parent.txtFullPath.Value
>
>do case
>case file("C:\Program Files\Windows NT\Accessories\ImageVue\kodakimg.exe") && Windows 2000
>run /n C:\Program Files\Windows NT\Accessories\ImageVue\kodakimg.exe &lcFileToView
>case file("C:\Windows\WangIMG.exe") && Win 95
>run /n C:\Windows\WangIMG.exe &lcFileToView
>endcase
>
>As always, thanks for your help!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform