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
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.
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
I found this on doing a search on google, looks interesting on this subject.
http://www.codeproject.com/threads/ClassProbeArticle.asp
Anunitu
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
You can find a control tutorial here. (http://www.manoscoder.gr/mbbs/forums/thread-view.asp?tid=3&posts=1&start=1)
Manos.
What is an artical?
Paul