G Guest Mar 8, 2006 #1 hi...how can I do the following in cf2: myGraphics = pictureBox1.CreateGraphics() thanks....juvi
B Brian Nantz Mar 8, 2006 #2 http://www.opennetcf.org/Library/OpenNETCF.Windows.Forms.PictureBoxExMembers.html
S Sergey Bogdanov Mar 9, 2006 #3 You should better use: myGraphics = Graphics.FromImage(pictureBox1.Image)