Hello world! I'm talking about creating spots in C#. I've started a new project and named it computer. I'm going to use a panel and a panel is a container, I can put other controls inside the panel. In my properties window, I'm going to pick a picture of a computer for my background image and say OK. and then I'm going to set autosize No, that doesn't do anything. OK You can see that's going to be tiled, so I'm going to pick that my image is none, puts it over there. I'm going to go to my toolbox and I'm going to get the tooltip and drag it to the form, and it actually appears below, as a resource that we can use. I'm going to move this up a little bit. This is one of the advantages of using either a panel or picture box: that I can move it around. Then I'm also going to get a label I'm going to take the label and draw it inside this panel . If I take the panel and drag it, you'll see that label moves with it. so that label is inside that panel container. Let me go to the properties now. and for this label, I'm going to give it the name [No, there we go.] lblMonitor and I'm going to set autosize to false. And position that right above the monitor. And that hides it. So for the background color I'm going to go to web and pick transparent. Next I'm going to go down to my text and take away the text altogether. and now for my tooltip, I'm going to type "monitor" And let's run that. And when we run it and I put the mouse over the monitor my tooltip pops up and says "monitor". And then I can continue. And I can actually copy this label since I've gone to so much work to make it exactly the way I want. I'm going to do Control C (Ctrl+C) and make sure I click inside the panel and do a control V (Ctrl+V) Don't worry about ... a picture that will show when you try to drag it. And then I'm going to go to my properties and name this one lblKeyboard. And since I copied and pasted, autosize is false, the black, thebackcolor is transparent, and all I need to do is change my tooltip to say keyboard. and let's run it again. and there's the monitor and there's the keyboard. and we've created an application that shows a picture with hotspots. And that's it!