hello....
i want to know, if there is a way for me to create a costum control on a dialog only using win32api, without using MFC.

i have a dialog, and on it, there is a part i have to interact with (its supposed to be a table of pictures, and the user is supposed to click on one of them, and it then have to changes, etc, etc...)

i know that the best tool for me to do exactly what i want with MFC would be a costum control...
but i havn't found a single reffernce to how to do costum controls with win32api and without MFC in any book or site.