The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: CObject on August 12, 2005, 08:15:04 PM

Title: Custom control in design time
Post by: CObject on August 12, 2005, 08:15:04 PM
Hi All

I found someting strange about Custom Control in design time (I'm using RadAsm 2.2.0.3).
After each resizing of custom control (for example RACad) in design time, it receives WM_CREATE message ?!

Why ?
Title: Re: Custom control in design time
Post by: KetilO on August 13, 2005, 09:27:31 PM
Hi CObject

Yes you got it right. The control is destroyed and recreated.
Why? It simplifies a complex task.

KetilO