w=Form1.with/Screen.TwipsPerPixelX
h=Form1.height/Screen.TwipsPerPixelY
a=createEllipticRgn(0,0,w,h)
b=setwindowRgn(Me.hWnd,a,True)
什么意思
读者您好:
前两行代码用于设置窗体的宽度和高度,后面两行代码主要用于创建椭圆形窗体