path to image in a form

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

Guest

Hi
I have a tekstfiled where the path to a image are in
the i have a picture in my form
now i want to do it so the path to the picture are the same as in the
textfield
i know this can bee done, but can't see how, hope someone can help

regards
Alvin
 
Hi,
as I understand you - you can use form's Current event to assign path to
image control:

me.Image1.Picture=me.textbox1 & ""
 
Thanks

Alvin

Alex Dybenko said:
Hi,
as I understand you - you can use form's Current event to assign path to
image control:

me.Image1.Picture=me.textbox1 & ""
 

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