The MASM Forum

Microsoft 64 bit MASM => Examples => Topic started by: hutch-- on February 01, 2018, 03:54:45 PM

Title: Custom control demo.
Post by: hutch-- on February 01, 2018, 03:54:45 PM
I have converted the test controls to library modules and have them in a test library at the moment. The demo has an image background, it displays a heading and a label, an edit control set up as a custom control and a button control and it works OK on my Win10 Professional. The only oddity is the edit control must use the handle of the static image control as it parent otherwise the image overwrites the edit control.

Any feedback on the demo would be welcome as I only have a US version of Win7 64 and Win10 64 to test on.

Once all of the testing is done the modules will be added to the masm64 library.
Title: Re: Custom control demo.
Post by: LordAdef on February 01, 2018, 04:15:44 PM
Working ok here. Win7 64bits

One note Hutch: People are used to press TAB after filling these forms (as I did). Maybe you could listen to tab there.

It´s all very beautiful btw
Title: Re: Custom control demo.
Post by: avcaballero on February 01, 2018, 10:22:36 PM
It seems to work ok here, W7 64 bits. The custom buttom is white font and changes to orange when the mouse is over it.
Title: Re: Custom control demo.
Post by: Magnum on February 02, 2018, 10:36:36 AM
Works on Ubuntu Mate 16.04.
Title: Re: Custom control demo.
Post by: hutch-- on February 02, 2018, 11:50:23 AM
Thanks guys.  :t