Someone knows where I could find a tutorial on how to make or help to make a ressource editor?
Printable View
Someone knows where I could find a tutorial on how to make or help to make a ressource editor?
Do you want to make or work with a resource FILE, or you want to make your own resource editor?
I want to make my own ressource editor
There are different kind of resource editors. Some are very basic ones like in Dev-C++, and some are pretty advanced like in Visual C++.
You need to know how to work with files, how to create and work with all the main/child windows (EG: button,textbox,listbox,etc), creating the UI for the user to let him resize/move the controls around, and lots of other stuff.