Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am using vb.net to control an access database. There is a column in the database containing an image name - I would like to have this image load into an image or picture box (whichever is best) but am not sure how to do this. I thought this would work:

 

Me.pbLogo.Image = "C:\Program Files\AppLocation\" & varSelectedLogo

 

varselectedlogo being the variable that stores the image name.

 

But this doesn't work - anyone know how this is done

 

Thanks

Visit: VBSourceSeek - The VB.NET sourcecode library

 

 

"A mere friend will agree with you, but a real friend will argue."

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...