picture box for forms

  • Thread starter Thread starter Nic
  • Start date Start date
N

Nic

Hi,

here's my problem: I need to draw lines on a map of the world to
visualize global material flow in an access form. The line width and
x/y will change depending on selected material classes. I've tried to
use Stephen Lebans' ImageClass but it's way beyond my skills. I can, of
course, load the map of the world and draw the lines then. But if I
clear the display or reset the buffer, I always end up with the
underlying grey image. Is there a way to integrate my own picture as a
standard picture that survives the functions buffer reset and clear
display?

Thanks for your help,
Nic
 
I don't understand your issue. The Class exposes a LoadImageControl method.
Just call it from the form's Load event(after you have instantiated an
instance of the clsPictureBox object) or call it programmatically whenever
you need to.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Stephen, thanks so much! That was the clue. Now it works just as I
hoped it would. Thanks again.

Nic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top