CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Delphi Handle
var   d:THandle;   
  begin   
      d:=getdc(panel1.Handle);   
    
      bitblt(image2.Canvas.Handle,0,0,panel1.Width,panel1.Height,d,0,0,srccopy);   
    
      ReleaseDC(panel1.Handle,d);   
by Yuzhen Situ   October 25, 2009 @ 4:15am
261 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate