Hello World! I'm talking about to use a picture box in C#. I started a new project. Let me put this up there where I can get to it. I'm going to dock it over here. OK. So, I have properties of the form, you can tell the form is selected, it has little handles. And I'm going to pick an image... a background image, sorry about that, and import I'm going to just type a "Di" there, and pick my dinosaur here. And say open, and you can see that's an animated gif. and it right now is being tiled, let's center that. But when I run my program You see, the dinosaur is not animated. What I'm going to do is go back to my properties and say none to make just a little bit bigger, and go to my toolbox and add a picture box, and for the properties of the picture box, I'm going to get an image and import that same picture. and say okay and then I want to make this, go to sizemode and make that autosize. Let's make this just a little bit bigger. and I run and you can see the background image is not animated but the picture box the image is. I want to do one more little thing with my form, select that, and... make the background color a different color. That's Sky blue and those animated gifts are transparent. So we see as, there's our our dinosaurs floating in a blue sky I guess. And that's it for now.