I know ocx is a type of com,and I don't need a lengthly explanation about all that, I just want a simple example on how to access a ocx's functions from masm...any help would be much appreciated
What about
invoke LoadLibrary, addr "name of OCX"
invoke GetProcAddress,eax,addr "Name of function"
Regards
invoke LoadLibrary, addr "name of OCX"
invoke GetProcAddress,eax,addr "Name of function"
Regards
Dude you should be given a medal or somthin,your just to cool :alright: