Q是谁?
我就是这样干的
dim hdc1 as long,hdc2 as long,lwidth as long,lheight as long,a as long,b as long , c as long
lwidth=re.right-re.left:lheight=re.bottom-re.top 'rect类型
hdc1 = createdc("display",0,0,0&):hdc2= createcompetibledc(hdc1)
a=createcompetiblebitmap(hdc1,lwidth,lheight)
selectobject hdc2,a:bitblt hdc2 ,lwidth,lheight,hdc1,re.left,re.top,&HCC0020
……………………