The code above is from a file i did in vb6 and converted it to .net, according to them painpicture is not supported in vb.net can someone please tell me what i need to do to get by that?Code:'UPGRADE_ISSUE: PictureBox method picInner.PaintPicture was not upgraded. Click for more: 'ms-help://MS.VSCC/commoner/redir/redirect.htm?keyword="vbup2064"' picInner.PaintPicture(picLoad.Image, 0, VB6.PixelsToTwipsY(.ClientRectangle.Height) - VB6.PixelsToTwipsY(picLoad.ClientRectangle.Height))
thank you




Reply With Quote