(1)| 11/29/2022 4:51 AM | |
|
Joined: 3/1/2018 Last visit: 1/8/2026 Posts: 39 Rating:
|
1) What is .OCX? .OCX is the file extension for ActiveX components. Actually it is a .DLL but MS give back this filename extension in the VB v4.x to make it more clear to VB programmers that its a DLL that contains controls. 2) What is ActiveX meaning? ActiveX is, basically, a framework for COM (Component Object Model) and OLE (Object Linking and Embedding). Basically is a way to encapsulate objects with certain functions and reuse code. In a practical way is a set of controls "like a library". Here you can find some good links about the uses and how to create your own: - Sample program: creating your own ActiveX control element - Incorporating user DLLs in WinCC - Incorporating ActiveX elements into WinCC Graphics Designer - Why can't you use some of the installed ActiveX components in your project? |
Last edited by: Jen_Moderator at: 11/29/2022 08:40:18Links optimized and spaces removed to shorten the post. Best Regards, |
|
| 12/6/2022 5:08 AM | |
|
Joined: 3/1/2018 Last visit: 1/8/2026 Posts: 39 Rating:
|
Hello Vorapob! If you use a correct .ocx then you should first make windows recognize it, (like this example), and then register it on WinCC. |
Last edited by: Gilson D. at: 12/06/2022 05:11:41Fixing link Last edited by: Jen_Moderator at: 12/06/2022 10:15:57Link optimized. Best Regards, |
|
Follow us on