
11-25-2001, 09:40 PM
|
 |
Paranoid Coder
Retired Leader
|
|
Join Date: Mar 2001
Location: Canada
Posts: 2,716
|
|
Re: ocx files????
|
An ocx file is an ActiveX control. Any ActiveX control you include within your program must be present on the computer running your program. Instead of just sending people the exe file (which I suspect you are doing), create a setup file with the Package and Deployment Wizard, which ships with VB. When you create your setup file, include the required ocx and dll files. This will install the files on the target machine so that they can be used in your program.
|
|