Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tif images
Message
From
30/03/2004 12:15:53
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
To
29/03/2004 11:09:34
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00889613
Message ID:
00890868
Views:
23
Yes of course
picture scan is very easy too.
if you want to use from kodak image here is code for you:

oMyForm = CREATEOBJECT("form")
oMyForm.AddObject("oleOutline","olecontrol","Imaging.ScanCtrl.1")

oMyForm.oleOutline.filetype=1 && for tif extension
oMyForm.oleOutline.image="c:\test.tif" && you can get this value from a textbox
oMyForm.oleOutline.multipage=.f.
*oMyForm.oleOutline.page=0
oMyForm.oleOutline.pageoption=1
oMyForm.oleOutline.scanto=2
oMyForm.oleOutline.scroll=.f.

oMyForm.oleOutline.showsetupbeforescan=.T.
oMyForm.oleOutline.stopscanbox=.f.

*oMyForm.oleOutline.showscanpreferences
*oMyForm.oleOutline.showscanpage

oMyForm.oleOutline.openscanner
oMyForm.oleOutline.startscan
oMyForm.oleOutline.closescanner



this is all of things for scan picture.
if you dont want to use from kodak image i have another dll that is free and simple.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform