Web Site Devloped By Abhishek Mishra
Tech. Help By Anand Mishra
Contact no. 9425355631

Powerd by Shree Guru Kripa Computer


vb.net_PICTURE_BOX Program


This is vb.net_PICTURE_BOX Program.When you are use PICTURE BOX PLeaSe CHECK SIZE MODE Property and change it to strech.

Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
PictureBox1.Load("D:\Data\FISH.jpg")
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
PictureBox1.Load("D:\Data\NATURE.jpg")
End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
PictureBox1.Load("D:\Data\GANESH.jpg")
End Sub
End Class