VB怎么根据分辨率自动调整图片大小

2024年11月13日 09:44
有2个网友回答
网友(1):

image控件有一个stretch属性,设置为True,就可以根据分辨率自动调整图片大小,picturebox控件需要代码实现

网友(2):

image的stretch属性设置为True,然后 在load里

image1.width=screen.width
image1.height=screen.height