VB .Net Question: Download VB .Net PDF

What is the source code for display the picture in button click event?

Tweet Share WhatsApp

Answer:

PictureBox1.Image = Image.FromFile("C:olympics08_basketball.gif")

Download VB .Net PDF Read All 69 VB .Net Questions
Previous QuestionNext Question
How do you define a read only property in a class module?What do you mean by Option Strict On?