English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi this is my code pls check if if it is right or if it is wrong pls corect my code.

Private sub_click() Picture
Image1.Picture=Picture2


If you have any suggestion to replicate a picture pls reply to this thanks .

2006-12-13 02:32:03 · 3 answers · asked by Gamer07 1 in Computers & Internet Programming & Design

3 answers

I think you need to look into the LoadPicture() function :

Image1.Picture=LoadPicture ("C:\VB program\Images\grape.gif")

Google it : http://www.google.com/search?sourceid=navclient&aq=t&ie=UTF-8&rls=GGLG,GGLG:2006-18,GGLG:en&q=vb+loadpicture+example

Hope that helps!

2006-12-13 03:57:32 · answer #1 · answered by Special Ed 5 · 0 0

I assume all you need to do is

Image1.picture=Picture2.picture

(assuming that "image1" and "Picture2" are the names of 2 picture boxes / image boxes.

Good Luck ;)

2006-12-13 02:56:44 · answer #2 · answered by Ahmad Nasser 2 · 0 0

It's right.

2006-12-13 06:00:18 · answer #3 · answered by Rick 4 · 0 0

fedest.com, questions and answers