News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Writting controls in MASM

Started by gwapo, January 12, 2006, 02:04:05 AM

Previous topic - Next topic

gwapo

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

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

gwapo

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

anunitu

I found this on doing a search on google, looks interesting on this subject.

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


Anunitu

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

Manos

You can find a control tutorial here.

Manos.

PBrennick

The GeneSys Project is available from:
The Repository or My crappy website