Embedd an OCX
-
Hi, Can someone help me out to embedd an ocx as resource an actually use the code without registering it in the OS ? a site, a doc, some tips or where to search, every hint is welcome. Thx Kurt
-
Hi, Can someone help me out to embedd an ocx as resource an actually use the code without registering it in the OS ? a site, a doc, some tips or where to search, every hint is welcome. Thx Kurt
-
Hi, Don't you think it's possible to acces the code through the interface if you know the interface? I thought the guid (registration) was needed to determine the interface and object location? Thx.
-
Hi, Don't you think it's possible to acces the code through the interface if you know the interface? I thought the guid (registration) was needed to determine the interface and object location? Thx.
-
the problem is that the desinger will look in the system for the OCX - implementation and I don't think that there is an easy way to change this
i don't need it in the designer only in runtime so a posibility could be using axhost or reflection to create it, but axhost still search the object using the guid, not on filename. And reflection uses filename but needs an assembly to load and create it. The ocx has no assembly info so i'm stuck there. thx