Computer problems,Computer help
*AX SOFT>>>Programming & Design

Inport picture for vb 6?


i have a program in visual basic 6.0 that uses a database and i need the picture to change when it changes from record to record
like:
when txtTitle.text = "Dejavu"
pctDVD.picture = F:\School\IPT\Year 12\VB\Assignment\Pictures\Dejavu.jpg
but it doesnt work
thanks for your help

if txtTitle.text = "Dejavu" then
pctDVD.picture = loadpicture("F:\School\IPT\Year 12\VB\Assignment\Pictures\Dejavu.jpg")
end if

Well, depending on how many records, you could just use a switch statement. I'm not sure what it is in vb6, but it would look sorta like:
Select Case txtTitle.text
Case "Dejavu"
pctDVD.picture = F:\School\IPT\Year 12....\Dejavu.jpg
Case "Pic2"
pctDVD.picture = F:\School\IPT\Year 12....\Pic2.jpg
End Select

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • I wrote an Excel macro for saving a sheet of Excel Book by reference of a cell text. I want to do is if that f

    Use "on Error go to " a new subroutine say "add()" In this one ("add()")you do a "open" on the existing workbook. You do worksheet.copy on the "home&qu...

  • Can someone please tell me how to make a website?

    You can find step by step guide on how to make a website at website like ...

  • C programming Probelem..Money changer?

    You currently have the following currency. Peso Notes 5 10 20 50 100 200 500 1000 centavos 1 5 10 25 Take the input and divide it in turn by each amount starting with the highest...

  • How to program to copy the content from a word file to a .html file and keep the original format?

    u need to know the format of word file to do that (.doc file format) .html file is a pure text file, hence no prob creating it. U have to read the .doc file and process it to create a .html f...

  • Where is the best place to get free table quiz quistions????

    If this is homework, your textbook. If it's for a qualifying exam, a textbook for that exam.

    ...
  • Problems with website building?

    Dear... > You Can Use The Web View Buttone On Bottom Left Area, And See how IT Will Be After Saveing As Web. > You Don't Have To Use Ms-Word To Build A website, You Can Use Frontpage, ...

  • Creating tables in sql?

    CREATE TABLE `person` ( `id` INT NOT NULL AUTO_INCREMENT , `name` VARCHAR( 64 ) NOT NULL , `age` INT( 8 ) NOT NULL , UNIQUE ( `id` ) ) ENGINE = innodb; Simple example that works for me.

  • Ftp swf html question. First time uploading into server.?

    You can edit the .htaccess file placed in your wwwroot directory and add the line: DirectoryIndex index.html index.htm index.php Using this line you can specify (the order in) which documents...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster