Hello everyone
Is the some king of a small "framework" wrapper for WIN32 Controls?
I am looking for something already coded by someone to work with EDITs, LISTVIEWs, TREEVIEWs, TABCRONTROLs, RICHEDITs, etc.
Is the some king of a small "framework" wrapper for WIN32 Controls?
I am looking for something already coded by someone to work with EDITs, LISTVIEWs, TREEVIEWs, TABCRONTROLs, RICHEDITs, etc.
If you are looking for something like mfc, I don't think there's any present. But if you are using masm32, it comes with plenty of examples. These examples should come with the controls you mentioned.
Check out Iczelion's tutorials, and/or Charles Petzold's "programming windows".
Hi Chambao
ObjAsm32 is OOP oriented macro collection for MASM. It encapsulates many functions and window controls that make life easier without loosing the low level power of assembler. In the OOP section you can find a link to the download page.
Regards,
Biterider
ObjAsm32 is OOP oriented macro collection for MASM. It encapsulates many functions and window controls that make life easier without loosing the low level power of assembler. In the OOP section you can find a link to the download page.
Regards,
Biterider
yes I am looking for something like light MFC.
thank you, I will try your suggestions.
thank you, I will try your suggestions.