♥♥Catherine Paculba♥♥ |
My priority is to finish my study in college to reach my goal and spend my time for my career, perhaps i need to show my ability and skill to how operate a computer, how to present your account, etc.
Private Sub DisplayImage()
Dim imageControl As New PictureBox()
imageControl.Width = 400
imageControl.Height = 400
Dim Image As New Bitmap("C:\\Images\\Creek.jpg")
imageControl.Dock = DockStyle.Fill
imageControl.Image = Image
Controls.Add(imageControl)
End Sub
Walang komento:
Mag-post ng isang Komento