The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: proton on November 13, 2005, 07:07:38 PM

Title: Why does't it produce ASM source code for creating all forms & controls ?
Post by: proton on November 13, 2005, 07:07:38 PM
Hello sir,
              Why it does not produce the ure .ASM source code for all the forms & controls i put at the design time instead of linking it ? as a library.That way it will be more transparent to us as what exact code it is producing...Could we expect it in the near future.

Thanks

S.Sheik mohamed
Title: Re: Why does't it produce ASM source code for creating all forms & controls ?
Post by: Ramon Sala on November 13, 2005, 10:07:04 PM
Hi,

The reason is that the Easy Code library takes care of the classic Windows behavior, that is, controlling the navigation among child controls (<Tab> key), activating the corresponfing option when pressing the <Alt> key and an underlined letter, etc. If just the pure code was put in, let's say, WM_CREATE message, you should wirte a lot of code to control all said before. The idea is to make Visual projects fast and easy. If you want to have pure code, just design a classic project.

Regards,

Ramon