Align and Clip Image Control in ADP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an ActiveX or other control native to MS Access that allows you to
view a rectangular portion of an Image File by setting the Vertical and
Horizontal Start Position and the desired Image Height and Width. If not, can
the Clip view be used to Display just the Upper Right or Lower Right of an
Image?
 
I would look at the LoadJpegGif MDB on my site. You could programmatically
control the Horiz and Vert ScrollBars to achive the desired effect.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Yes, you can Clip to View a Corner, but the Image is Full Size. The area I
need to "magnify" is offset because of the white space of the page margins.

I downloaded the A2KLoadJpegGifGDIPlus.zip but it won't open due to its
Security Settings. Complains about Intranet, etc. Stephen?

None of the VB Tools seem to have the Controls I am looking for. Yes, the
Object Browser is crude, brute force, for searching . . .

I used the NED Controls in Ac97. Elegant, but no Magnification Tools. And
licensing becomes an issue in the Runtime distribution, even if I could track
down the author.
 
Since there is nothing wrong with the Zip file on my end try:
1) Download it again
2) Unzip it to a folder where you the proper permisssions to read/write


If youare still having problems then try to dins someone to help you with
the above procedures.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Excellent Pick-up. Was Blocked by newest Windows XP Security "features".
Clicked "Unblock" and opened OK!
 
Now, that works great, but It doen't do TIFF. Most all the Images I need to
manipulate are in TIFF Formats, 150 or 200 dpi, CCITT Group 4 encoded.

Can it do TIFF's? How?

Thanks!
 
If these are multipage TIFF files then I would suggest you use the MODI
ActiveX control. Again use the same logic to manipulate the ScrollBars as I
mentioned before. Search on the MS Download page for MODI.

The code on my site could be extended to support multipage TIFF's but I have
never found the time.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.


Aubrey said:
Now, that works great, but It doen't do TIFF. Most all the Images I need
to
manipulate are in TIFF Formats, 150 or 200 dpi, CCITT Group 4 encoded.

Can it do TIFF's? How?

Thanks!
 
Back
Top