Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Wang imaging OCX 1999-01-18 -- Pete Halsted I have applications working with all 4 version of the imaging controls
95/98/NT and professional with both c4 and c5. So it does work. You are
correct the names change in 98 that was because Eastman software bought it
from Wang Anyway I use the following lines when creating the control in
win98 and it works.
?Image {Prop:Create} = 'Imaging.EditCtrl.1'
?Image {Prop:ReportException} = False
IF ~?Image{Prop:OLE}
STOP('Unable to load the Imaging OCX. Please make sure the
control is installed and registered.')
END
If this is for an internal application that you have control over the PC's
being used an even simpler solution is to install the Win95 version on the
98 machine. I have done this and it works.
Today is November 21, 2024, 7:57 am This article has been viewed 35212 times.
|
|