How do I put more controls into my resource scripts? I can't find 'Picture Box controls' or 'Date time picker'
Do I have to use "CONTROL" (Custom control?): Link (http://msdn.microsoft.com/en-us/library/aa380911%28VS.85%29.aspx)
CONTROL text, id, class, style, x, y, width, height [, extended-style]
EDIT: Well, if there is no easy solution to this, I will just make my resource files (*.rct) in Visual Studio, and compile to Compiled Resource files (*.res). :bg
EDIT: Will the above work for MASM32? ^ :red
Download Ketil Olsen's resource editor, it will do all of the common controls and you can either add it manually to your own RC fdile or use the one it generates.
Thank you for your reply hutch. That is a good program.