Hi, I'm trying to load an image in the InkPicture control of OpenNETCF Mobile Ink library using this: InkPicture i = new InkPicture(); i.PictureBox.Image = new Bitmap(@"\My Documents\My Pictures\Flower.jpg"); i.PictureBox.Location = new System.Drawing.Point(0, 0); i.PictureBox.Name = "pictureBox2";...