As above ...for example I have ocx file .Can I edit it? can some one also tell me hoe to build an ocx file from scratch.
Thanks
Printable View
As above ...for example I have ocx file .Can I edit it? can some one also tell me hoe to build an ocx file from scratch.
Thanks
Not unless you have the source code.
Building your own is easy and complex at the same time. You have alot of things to consider like what it will look like, what type of programming interface to expose, etc.
In VB, you can just make the project type (on a File/New Project) ActiveX Control and the designer will be displayed.