The ways to program the respond to the input equipment in Visual C++ program language are introduced in this paper. It also presents all the examples for keyboard, mouse, and joystick. Keywords Visual C++, input equipment, joystick The respond to the input equipment is one of the important functions of the computer. The input equipment is that which can sends the operator’s orders to the computer, such as keyboard,mouse and joystick etc. With the correctly usage of input equipment, the computer become more powerful. That is the function about the exchange between operator and the computer. The operator can control all kinds of programs of the computer with input equipment in real time, when computer can feedback the messages of the program with the screen and other output equipment to the operator in real time too. All the control programs must have this function, and all the program languages can present the ways to realize this function. Microsoft Visual C++ is a popular program language. And a lot of books about it can be found on the market, but few of them inform the input equipment special. So in this paper, the ways to program all the respond to input equipment in Visual C++ program language are introduced.