Please help
how to use ocx control in my asm program?
how to use ocx control in my asm program?
an ocx is a dll with extension changed
ocx files are called using ole/com interfaces, so read how to invoke methods described in interfaces
read examples in the masm32\com\examlples , masm32\com\docs in the masm32 package , it is a starting point
ocx files are called using ole/com interfaces, so read how to invoke methods described in interfaces
read examples in the masm32\com\examlples , masm32\com\docs in the masm32 package , it is a starting point