Visual Basic 2008 Tutorial 4 picture box as a Button

Описание к видео Visual Basic 2008 Tutorial 4 picture box as a Button

using a picture box as a button
you will need to make 2 of your own images of a Button in any style or size
my images are made in "Gimp"


Code :
form load
ListBox1.Hide()

Picture Box Mouse Down:

PictureBox1.BackgroundImage = My.Resources."your first image"
ListBox1.Show()

Picture Box Mouse Up:

PictureBox1.BackgroundImage = My.Resources."your second image"


all images in this Tutorial are mine, made in gimp image editor

like and subscribe

Комментарии

Информация по комментариям в разработке