picture box control

C++ Tutorial: Make Simple Picture Viewer

   In this tutorial we will make a simple program called “Picture viewer”. This program will open a selected picture or image and it will be shown on the main form of the program. In the process of coding of this program we will use Open File Dialog component and Picture box component. Preparation    First of all you need to create a new “Windows Forms Application” project. Then you need to put a Picture box component and Button component on the form. After that you also need to add Open File Dialog to the project.

C++ Tutorial: Animate Your Controls

   Hi. It is Bright777 and today we are going to play a little with animation in Visual C++. Also we will learn new control, called Picture Box Control and will use the old one – Timer Control. The program will be very simple and interesting. So if you are ready let’s begin. Intro    Picture Box control is used to display pictures in your application. It can be added to your program like others – just drag it on your form and then select picture in the properties.