Hello fellow programmers. I have got a problem, maybe u can help. I'm making a usercontrol with a pictureBox in ti. Now, i have a property called Caption. Now when I get the caption value, it must be printed to the pictureBox like picture1.print New_value. Also, the default caption which is stored in the variable dim const def_value as "Hello World" must be printed in the pictureBox when the control is initialized. Plz help