Click here to Skip to main content
15,921,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Validating ? Pin
Dave Kreskowiak15-Mar-05 6:13
mveDave Kreskowiak15-Mar-05 6:13 
GeneralRe: Validating ? Pin
Progzz15-Mar-05 16:01
Progzz15-Mar-05 16:01 
GeneralCalling other program to execute function Pin
snow_xuanyuan14-Mar-05 14:18
susssnow_xuanyuan14-Mar-05 14:18 
GeneralRe: Calling other program to execute function Pin
Dave Kreskowiak15-Mar-05 6:04
mveDave Kreskowiak15-Mar-05 6:04 
Generaldynamically setting pictures for a picbox Pin
JMS7614-Mar-05 9:12
JMS7614-Mar-05 9:12 
GeneralRe: dynamically setting pictures for a picbox Pin
Ray Cassick14-Mar-05 9:23
Ray Cassick14-Mar-05 9:23 
GeneralRe: dynamically setting pictures for a picbox Pin
JMS7614-Mar-05 9:42
JMS7614-Mar-05 9:42 
GeneralRe: dynamically setting pictures for a picbox Pin
Ray Cassick14-Mar-05 14:30
Ray Cassick14-Mar-05 14:30 
Your code knows what directory it is being run from so use that as a base to start from. Create a folder under that folder to store the images as individual files there. As you add a title into the system take the picture provided (how are you going to get them?) and save it there. Take the filename you save it to and add that to the database. Any time you want to reference the picture just take the filename from the DB, append it to your known path and load the picture into your picture box.

As far as the drag and drop goes, I am not sure why that enters into it unless you are using that as a way to get your pictures into the program. You might want to consider grabbing the pictures from IMDB. It might take a bit to learn how to do that but you won't have to worry about scanning them in yourself.


George Carlin wrote:
"Don't sweat the petty things, and don't pet the sweaty things."
Jörgen Sigvardsson wrote:
If the physicists find a universal theory describing the laws of universe, I'm sure the a**hole constant will be an integral part of that theory.

My Blog[^]


GeneralRe: dynamically setting pictures for a picbox Pin
JMS7614-Mar-05 15:33
JMS7614-Mar-05 15:33 
GeneralRe: dynamically setting pictures for a picbox Pin
Ray Cassick14-Mar-05 17:44
Ray Cassick14-Mar-05 17:44 
GeneralRe: dynamically setting pictures for a picbox Pin
JMS7615-Mar-05 19:09
JMS7615-Mar-05 19:09 
GeneralRe: dynamically setting pictures for a picbox Pin
Ray Cassick14-Mar-05 14:36
Ray Cassick14-Mar-05 14:36 
GeneralRe: dynamically setting pictures for a picbox Pin
JMS7614-Mar-05 15:35
JMS7614-Mar-05 15:35 
QuestionImage buttons? Pin
oswaldoh14-Mar-05 6:02
oswaldoh14-Mar-05 6:02 
GeneralRecent Files Menu Management Pin
rswipe14-Mar-05 4:33
rswipe14-Mar-05 4:33 
QuestionHow can I access controls on parent-form Pin
MaWeRic14-Mar-05 4:26
MaWeRic14-Mar-05 4:26 
AnswerRe: How can I access controls on parent-form Pin
Dave Kreskowiak14-Mar-05 6:27
mveDave Kreskowiak14-Mar-05 6:27 
GeneralRe: How can I access controls on parent-form Pin
MaWeRic14-Mar-05 7:19
MaWeRic14-Mar-05 7:19 
GeneralRe: How can I access controls on parent-form Pin
Dave Kreskowiak14-Mar-05 10:28
mveDave Kreskowiak14-Mar-05 10:28 
GeneralRe: How can I access controls on parent-form Pin
Omar Mallat15-Mar-05 3:20
professionalOmar Mallat15-Mar-05 3:20 
GeneralRe: How can I access controls on parent-form Pin
Dave Kreskowiak15-Mar-05 16:21
mveDave Kreskowiak15-Mar-05 16:21 
GeneralHTA and External VB Script Pin
pn199514-Mar-05 4:25
pn199514-Mar-05 4:25 
GeneralRe: HTA and External VB Script Pin
Dave Kreskowiak14-Mar-05 6:21
mveDave Kreskowiak14-Mar-05 6:21 
GeneralHiding the Title Bar Pin
Thirumalaraj14-Mar-05 4:14
Thirumalaraj14-Mar-05 4:14 
GeneralRe: Hiding the Title Bar Pin
Dave Kreskowiak14-Mar-05 6:06
mveDave Kreskowiak14-Mar-05 6:06 

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.