Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where could i find the list of active x for VFP 7.0 1

Status
Not open for further replies.

tics1176

MIS
Oct 14, 2002
6
US
hi Guys,
Could you tell where can i get the list of active x and it's syntax that can be used in VFP 7.0.


Thanks in advance,
TICS
 
Tics,

There really isn't an answer to your question. ActiveX controls do not belong to any particular language, and (in theory) you can use any ActiveX control with VFP.

However, here is a list of the ActiveX controls that are supplied as part of the VFP 7.0 package. The first column is the name of the OCX file; the second column shows you the control(s) contained within the OCX.


Comctl32.ocx Animation, Datetimepicker, Monthview, Updown
Foxtlib.ocx Visual FoxPro Foxtlib
MCI32.ocx Multimedia MCI
MSChrt20.ocx MS Chart
MSComctl.ocx ImageCombo, ImageList, ListView, ProgressBar, Slider, StatusBar, TabStrip, Toolbar, TreeView
MSComm32.ocx MS Comm
MSInet.ocx Microsoft Internet Transfer
MSMapi32.ocx MAPI Message, MAPI Session
MSMask32.ocx Masked Edit
MSWinsck.ocx Winsock
Picclp32.ocx PicClip
Richtx32.ocx Rich Textbox
Sysinfo.ocx SysInfo


Hope this is of some use.

Mike


Mike Lewis
Edinburgh, Scotland
 
if you want to see what activex controls are available for use - drop the activex control(olecontrol) from the form controls on a form and a list of all registered activeX controls appear.

alternatively - use the menu option Tools -> Options then choose the Controls tab and select the activeX option.

Once dropped on a form the properties & methods of the activex are shown in the properties window and accessed by the usual thisform.olecontrol1.[property/method]. If you have VFP7 the intellisense will provide some help with this.

Properties 'belonging' to the activeX itself are shown in blue

mrF

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top