Click here to Skip to main content
15,887,267 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to save an image in access Pin
Jon_Boy2-Jun-09 1:52
Jon_Boy2-Jun-09 1:52 
AnswerRe: How to save an image in access Pin
mindserve1-Jun-09 23:13
mindserve1-Jun-09 23:13 
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 0:58
mirzamujib2-Jun-09 0:58 
GeneralRe: How to save an image in access Pin
Tom Deketelaere2-Jun-09 1:09
professionalTom Deketelaere2-Jun-09 1:09 
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 2:00
mirzamujib2-Jun-09 2:00 
GeneralRe: How to save an image in access Pin
Tom Deketelaere2-Jun-09 2:10
professionalTom Deketelaere2-Jun-09 2:10 
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 4:03
mirzamujib2-Jun-09 4:03 
GeneralRe: How to save an image in access Pin
Tom Deketelaere2-Jun-09 7:37
professionalTom Deketelaere2-Jun-09 7:37 
from what I can see this should work. (sql injunctions aside)

Are you getting errors?


Basically if you want to save the path of the image you just save it as a string (like your doing with the textbox values)
picturebox1.imagelocation gives you that string
This doesn't mean your are saving the image itself only where it is located on the harddrive.
When you want to show the image again you need to retrieve this path and set the picturebox1.imagelocation to this path.

Like I said before this is not the best way to do it, better would be to copy the image to a safe location (one where the user can't delete it) and save the image name (file name).

Play with it a bit, research the namespaces I gave in my first reply.
And really look at SQL injunctions it will save you from a lot of trouble.
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 20:55
mirzamujib2-Jun-09 20:55 
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 4:09
mirzamujib2-Jun-09 4:09 
AnswerRe: How to save an image in access Pin
mindserve2-Jun-09 2:47
mindserve2-Jun-09 2:47 
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 4:14
mirzamujib2-Jun-09 4:14 
AnswerRe: How to save an image in access Pin
mindserve2-Jun-09 3:18
mindserve2-Jun-09 3:18 
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 4:17
mirzamujib2-Jun-09 4:17 
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 20:51
mirzamujib2-Jun-09 20:51 
GeneralRe: How to save an image in access Pin
mirzamujib2-Jun-09 22:55
mirzamujib2-Jun-09 22:55 
AnswerRe: How to save an image in access Pin
mindserve2-Jun-09 23:49
mindserve2-Jun-09 23:49 
GeneralRe: How to save an image in access Pin
mirzamujib3-Jun-09 22:40
mirzamujib3-Jun-09 22:40 
QuestionExcel template is getting opened unncecssarily--- vb.net 2008 Pin
Pankaj Garg1-Jun-09 21:37
Pankaj Garg1-Jun-09 21:37 
GeneralRe: Excel template is getting opened unncecssarily--- vb.net 2008 Pin
Kschuler2-Jun-09 5:51
Kschuler2-Jun-09 5:51 
Question[Message Deleted] Pin
beginneronly1-Jun-09 19:58
beginneronly1-Jun-09 19:58 
AnswerRe: master of the codes! help me on my project please!? Pin
Christian Graus1-Jun-09 20:15
protectorChristian Graus1-Jun-09 20:15 
GeneralRe: master of the codes! help me on my project please!? Pin
_Damian S_1-Jun-09 20:17
professional_Damian S_1-Jun-09 20:17 
GeneralRe: master of the codes! help me on my project please!? Pin
Christian Graus1-Jun-09 20:21
protectorChristian Graus1-Jun-09 20:21 
RantRe: master of the codes! help me on my project please!? Pin
CARPETBURNER2-Jun-09 0:19
CARPETBURNER2-Jun-09 0:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.