F
Francois Guillet
Hi
Creating many windows and controls is very tedious when the parameters
of the CreateWindowEx function have to be set manually.
I'm looking for a tool able to build code automatically from drag and
drop of objects (buttons, check boxes, edit controls...) onto a first
empty window, and allowing repositionning, sizing, property settings...
This was provided in environments like C++ builder, but I'm searching
for a more light tool that would generate simple cpp and h files to
include in my project and that wouldn't need an obscure and heavy
library (I'm using codeblock/gcc/mingw).
Some advises?
Thanks
Creating many windows and controls is very tedious when the parameters
of the CreateWindowEx function have to be set manually.
I'm looking for a tool able to build code automatically from drag and
drop of objects (buttons, check boxes, edit controls...) onto a first
empty window, and allowing repositionning, sizing, property settings...
This was provided in environments like C++ builder, but I'm searching
for a more light tool that would generate simple cpp and h files to
include in my project and that wouldn't need an obscure and heavy
library (I'm using codeblock/gcc/mingw).
Some advises?
Thanks