I am trying to make an application with control simmilar to PictureBox from Visual Basic, not to put in some bmp files, but rather to perform some drawings. How to implement such window in Dev C++
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to make an application with control simmilar to PictureBox from Visual Basic, not to put in some bmp files, but rather to perform some drawings. How to implement such window in Dev C++
You will have to design such a control/window yourself.
Things to research: gdi, bitmap image format.
I suggest you get "Programming Windows - 5th edition" by Charles Petzold. Good book.
Kip