M MyTech Access VBA Local time Today, 08:49 Joined Jun 10, 2010 Messages 108 Sep 21, 2011 #1 I got an ocx file to use. I want to see the content to understand better how to work with it, and maybe make some changes too. So, what can I do to be able to see the code within the ocx file?
I got an ocx file to use. I want to see the content to understand better how to work with it, and maybe make some changes too. So, what can I do to be able to see the code within the ocx file?
boblarson Smeghead Local time Today, 05:49 Joined Jan 12, 2001 Messages 32,059 Sep 21, 2011 #2 MyTech said: So, what can I do to be able to see the code within the ocx file? Click to expand... You would have to get the source code from the person who developed it. It is a compiled file and the code is not available, just the properties and methods that the developer has specifically exposed. Last edited: Sep 21, 2011
MyTech said: So, what can I do to be able to see the code within the ocx file? Click to expand... You would have to get the source code from the person who developed it. It is a compiled file and the code is not available, just the properties and methods that the developer has specifically exposed.