The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: gwapo on January 12, 2006, 02:04:05 AM

Title: Writting controls in MASM
Post by: gwapo on January 12, 2006, 02:04:05 AM
Hi all,

I'd like to start writting my own custom controls for Windows using MASM, and I would like to ask any good reads or any recommended sites where I can start working on this (I haven't done any yet, but I have few notes on how to start).

A quick google and some queries in MSDN didn't gave me any good resources; probably some of you may have written a document regarding this topic, or has bookmarks to good reads you want to share?


Kind Regards,

-chris
Title: Re: Writting controls in MASM
Post by: hutch-- on January 12, 2006, 03:11:42 AM
Chris,

There is already a custom control in the masm32 library that is reasonably simple to understand. It is for creating dual bitmap buttons. We also have a section for custom controls that may be useful to you.
Title: Re: Writting controls in MASM
Post by: gwapo on January 12, 2006, 03:38:52 AM
Thanks hutch I'll dig deeper in MASM32 library for more sample codes.
I've found one document regarding custom controls in ASM, it was written by Manos -- I'm currently reading it.


Regards,

-chris
Title: Re: Writting controls in MASM
Post by: anunitu on January 12, 2006, 03:57:37 AM
I found this on doing a search on google, looks interesting on this subject.

http://www.codeproject.com/threads/ClassProbeArticle.asp


Anunitu
Title: Re: Writting controls in MASM
Post by: anunitu on January 12, 2006, 04:05:28 AM
An Interesting mention for how the artical was brought about

"I got the Hook idea from Icezelion MASM32 tutorials.

    * MASM Web site http://www.movsd.com/
    * ICZELION MASM tutorials: Iczelion's Win32 Assembly Homepage: (http://win32asm.cjb.net/)
    * THE BEST RAD IDE FOR Win32 ASM "RADAsm" at http://www.visualassembler.com/ "

Anunitu
Title: Re: Writting controls in MASM
Post by: Manos on October 19, 2006, 04:14:11 PM
You can find a control tutorial here. (http://www.manoscoder.gr/mbbs/forums/thread-view.asp?tid=3&posts=1&start=1)

Manos.
Title: Re: Writting controls in MASM
Post by: PBrennick on October 19, 2006, 09:51:32 PM
What is an artical?

Paul