Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact
A1VBCode Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      

Home » Visual Basic (VB 4/5/6) » COM/ActiveX » create ocx file


create ocx fileExpand / Collapse
Author
Message
Posted 10/30/2006 10:21:05 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 12/1/2006 10:23:44 AM
Posts: 3, Visits: 13
Hi there! I am new in VB 6, could anyone explain me what is the .ocx file and how to compile this. as far as I know this is the control, but I don't know how to create and what's the purpose of it.

Any suggestion since I am a beginner.

Thanks in advance

Post #20569
Posted 6/30/2007 5:43:05 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 3/31/2008 5:04:47 AM
Posts: 9, Visits: 28
OCX stands for OLE Control Extension.

It is an independent program module that can be accessed by other programs in a Windows environment. OCX controls end with a .ocx extension. OCX controls represent Microsoft's second generation of control architecture, the first being VBX controls written in Visual Basic.

So, OCX is an building unit for the application making, in VISUAL BASIC 6, some controls are already given to use, e.g. CommandButton, Text Box, Rich Text Box, Combo, list Box etc.

But these all controls doesn't provide special functions as we want, so we build our own controls in form of OCX.

For further information, control building, samples you can e-mail me at;
true_innocent_hero@yahoo.com

Innocent
Post #22384
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Brian, Peter

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 6:16pm