I've looked into making custom dialog boxes, (modal and modeless) but I'm not getting very far. It seems that the usual way to do this is using resources (*.rc, not to be confused with gamestudio's *.wrs). I'm not very familiar with resources and don't know how to use them or even if it's possible to use them with Lite-C.
It seems making custom dialog boxes should be possible using Lite-C as the functions CreateDialogParam and DialogBoxParam are included in windows.h.
Any ideas/suggestions?