Sep 20, 2007 #1 yeller2 Programmer Feb 8, 2007 69 US Hello, Is there any way to get a graphics object for a control (say Label) outside of the Paint method? Thanks
Hello, Is there any way to get a graphics object for a control (say Label) outside of the Paint method? Thanks
Sep 20, 2007 Thread starter #2 yeller2 Programmer Feb 8, 2007 69 US What I'm trying to do is draw the graphic for one control on another. Upvote 0 Downvote
Sep 20, 2007 #3 JurkMonkey Programmer Nov 23, 2004 1,731 CA Graphics g = Graphics.FromHWnd(button1.Handle); http://www.ubuntu.com/ Upvote 0 Downvote