The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: 2-Bit Chip on January 18, 2010, 01:33:19 AM

Title: Resource Scripting
Post by: 2-Bit Chip on January 18, 2010, 01:33:19 AM
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
Title: Re: Resource Scripting
Post by: hutch-- on January 18, 2010, 03:11:31 AM
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.
Title: Re: Resource Scripting
Post by: 2-Bit Chip on January 19, 2010, 01:11:54 AM
Thank you for your reply hutch. That is a good program.