My apologies for not responding sooner .... have been chasing Internet
security software problems, which receive considerably higher priority when
the virus scan engine gets corrupted!!
Yes, I understand your point from "testing" with one of those .gif files
that is included with Windows. It loaded into the form and stayed there just
fine. I was hoping that finding the actual icons would be a simple matter,
but as we all know ....
For some unkown (at the moment) reason PrintScreen (PrtSc key) does not work
on my laptop so, I will do a screen capture through another program and
proceed from there.
Your suggestion has been a helpful one. Thanks!
Regards,
Bill
"git" wrote:
> I would suggest that you just get the message box to display, hit
> printscrn and then use Paint to crop the screen shot down to get just the
> image you want.
>
> I would also suggest that you don't go loading images from files, it means
> the files have to 'hang around'. Put the image control in the user form
> with the images you want and then set them to visible=false, then just
> make the appropriate one visible in the event handler. This will make the
> form more reliable and portable
>
> Cheers
>
> AJ
>
> --
> www.nerds-central.com
> nerds-central.blogspot.com
>
>