The question is a basic windows graphics programing question. Windows GUI Programming sites using MinGW is a good place to look. Note, I have no idea if a good site exists that support both.
The only valid Code::Blocks question I can see is which wizard works best as a stating point.
I can NOT answer that question with an answer that I know works. I would start with "Win32 GUI" or "Empty Project" but that is a guess.
Being only a beginner level windows graphics programmer, I can not help you much on how to proceed.
I am a experienced C programmer; can do C++ in most cases. I am very good on fixing compiler and linker errors. Therefor, I would just do the project, using template as a starting point, and fix the errors; but, that would not work for a novice programmer. But, asking people on this site a lot of beginner questions is not the method I would use to solve the errors I would get. Learn to use Google to solve Compiler/Linker Error is a item you will need to learn if you wish to learn to program at a level where you can ever get paid for doing it.
Tim S.