|
saintpaul1
|
please, who can teach me how to insert what i designed in corel-draw, into my vb6.0 application, through image control .
from SAINTPAUL
|
|
|
|
|
|
Kobojunkie
|
Using the ImageURL property of the Image Control, set the Property to the address of the image you want to reference.
|
|
|
|
|
|
dasersoft
|
what you have to do is that when you make your image in corel draw export the image and save it with jpeg file format. Next you now go back to visual basic and change the strech property of the image control to true (this allows the control to adjust its size to the size of the picture. now go to the picture property of the image control and a dialog box will be given to you search for the picture and click on Ok button of the dialog box.
|
|
|
|
|
|