News:

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

OCX question

Started by Merrick, June 02, 2005, 11:15:03 PM

Previous topic - Next topic

Merrick

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

Biterider

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


Merrick

Thanks a bunch. That gives me a place to start.