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
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
Thanks a bunch. That gives me a place to start.