Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KodakIMG alternative in Windows XP???
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00675601
Message ID:
00677773
Views:
13
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!
Previous
Reply
Map
View

Click here to load this message in the networking platform