The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Merrick on June 02, 2005, 11:15:03 PM

Title: OCX question
Post by: Merrick on June 02, 2005, 11:15:03 PM
Can anyone suggest good literature for building OCX's in assembler?
I know they are basically dll's, but I'd like to lean how to fully implement them so that they could be used in a visual design environment and expose properties/etc. to the designer.

Thanks for any suggestions.
Merrick
Title: Re: OCX question
Post by: Biterider on June 03, 2005, 05:34:12 AM
There are lot of literature on the net and some asm development platforms for OCXs. One of them is ObjAsm32. In the included help file of ObjAsm32 you can find some hints and links.

Regards,

Biterider

Title: Re: OCX question
Post by: Merrick on June 03, 2005, 10:30:51 PM
Thanks a bunch. That gives me a place to start.