User forums > Help

Can't start a project due to some unknown problems

<< < (2/2)

Mvice21:
Tell me, oBFusCATed, is "Win32 GUI project" the right project if I want to create special window, to put there memo1 text field, buttons, radio boxes, checkboxes etc.. ? How to work with windows forms? What type of project to start?

oBFusCATed:
What do you mean by "windows forms"? The official API behind this name is a C#/.net based one (and probably already deprecated and replaced by many others).
If you want to make a GUI application using the Win32 API, I guess the project type you're currently using is fine. :)

Mvice21:
There is a way to use "gooey" GUI in a C++ using wxWidgets framework. One amateur is showing how to use it in MS Visual Studio: https://www.youtube.com/watch?v=FOIbK4bJKS8

Isn't it the same in CodeBlocks? I saw wxWidgets icon in projects wizard menu.

Miguel Gimenez:
You can use the wxWidgets project wizard and then wxSmith to create your application, but before you must download the binary wxWidgets library (if it exists for your compiler) or compile it yourself.

For the latter you can use the guide in the wiki

Navigation

[0] Message Index

[*] Previous page

Go to full version