When you type text into a program, generally a little underline or box shows you where the next character you type will appear on the screen. You may know this as a ”cursor,“ but you'll have to get out of that habit when programming for Windows. In Windows, it's called the ”caret.“ The word ”cursor“ is used for the bitmap image that represents the mouse position.