-- 作者:有点甜
-- 发布时间:2018/7/19 9:23:00
--
1、用代码设置按钮背景
e.form.controls("button1").BaseControl.BackgroundImage = getimage(ProjectPath & "images/test2.jpg")
e.form.controls("button1").BaseControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
2、你可以放入picturebox控件,然后设置图片
|