Inquisitor said:Code:Bitmap^ imageBitmap = gcnew Bitmap(pictureBox1->Image);
imageBitmap->SetPixel(x,y,pixelColour);
&
pictureBox->Image = imageBitmap;
Inquisitor said:I'd definitely recommend getting a book, they're a huge help when it comes to learning a language (even if you already understand the gist of it). Perhaps one that focuses mainly on the .NET framework, rather than C++ itself?