i have 1 line for stretch 1 image in Usercontrol(by it size). but the width isn't correct
(see the image for see the bug)Code:StretchBlt UserControl.hDC, 0, 0, UserControl.Width \ Screen.TwipsPerPixelX, UserControl.Height \ Screen.TwipsPerPixelY, PicAnimation(lngActualSubImage).hDC, 0, 0, PicAnimation(lngActualSubImage).Width, PicAnimation(lngActualSubImage).Height, vbSrcCopy
what isn't correct?






Reply With Quote