Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use Gdiplus.dll to view multi-page Tif?
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00799178
Message ID:
00800162
Views:
25
Andy,

Gdiplus.dll is not a COM DLL and shouldn't be registered. A simple viewer of an image files can be made with GDI+ class and ListView ActiveX control. GDI+ class has a method to return an image as a Picture object, which can be assigned to the Picture property of ListView control.

>I can use his examples for making a multi-page tif.
>But I didn't see an example there (or anywhere on the web) for viewing a tif.
>I will use the Kodak Imaging Edit control for the viewing.
>
>- Alexander's code is excellent. One note is that you can NOT register
> Gdiplus.dll. I very quickly tested where FoxPro will search for
> Gdiplus.dll, and came up with:
>          1.  Full path to DLL, if part of DECLARE ...
>	  2.  Current directory.
>	  3.  Windows\System32 dir.
>	  4.  Dirs. in FoxPro path
>Hope this helps,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform