Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Imaging viewer
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00361862
Message ID:
00362190
Views:
16
I got the following vb code from kodak site on ActiveX Automation. I don't kow vb at all, could you take look and see if we can use them to do what we want to do:
DIM App As Object
DIM Img As Object

Set App = CreateObject("Imaging.Application")
App.CreateImageViewerObject(1) && I got an error here when I test in vfp

App.topWinow = True
Img.open "c:\images\myimage.tif",true,1

img.activePage = 2

img.close
app.quit
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform