Link to home
Start Free TrialLog in
Avatar of xpher
xpher

asked on

How to use Wang imgthumb.ocx?

Can anyone give me some code of how to use the Wang imgthumb.ocx for displaying thumbnails?

I read from a previous question that you could download these from Wang with a help file but the url was out of date, so I extracted the ocx's from an earlier version of Win95.

In anticipation
Chris
Avatar of inthe
inthe

the simplest example:

procedure TForm1.Button1Click(Sender: TObject);
begin
openpicturedialog1.execute;
ImgThumbnail1.Image := openpicturedialog1.filename;
ImgThumbnail1.DisplayThumbs;
end;
ASKER CERTIFIED SOLUTION
Avatar of KobiK
KobiK

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DanRollins
Hi xpher,
You've requested to delete this question, but its status remains as 'Pending Delete' because one or more comments have been added.  Normally, the only way to fully delete such a Question is to post a message to Community Support and ask for assistance.

EE is making a one-time database sweep to purge the Pending Delete Questions automatically.  During this sweep:

    xpher -- To allow the deletion to proceed:  Do nothing.
    EXPERTS -- Please DON'T POST a comment except to contest this deletion.

In the future, please refer to https://www.experts-exchange.com/jsp/cmtyHelpDesk.jsp#8 for instruction on deleting questions.

DanRollins -- EE database cleanup volunteer
i gave an working example..
Recommended disposition:

    Split points between: KobiK and inthe

DanRollins -- EE database cleanup volunteer
Per recommendation, force-accepted.

Netminder
CS Moderator

inthe: points for you at https://www.experts-exchange.com/jsp/qShow.jsp?ta=delphi&qid=20315281