Standard and ActiveX .exe projects: A Beginner’s Guide
Contents
- Overview
- Standard and ActiveX Projects
2.1 What is a standard exe application
2.2 Standard EXE Usage
2.3 What is an activeX EXE application
2.4 ActiveX exe Usage
2.5 Compare Standard and ActiveX projects
- Develop an ActiveX EXE file, with an example
- Develop a Standard EXE file, with an example
- Interacting with ActiveX exe from Standard exe and vice
versa.
- Appendix – sample project code
This beginner’s guide deals with the fundamental aspects of developing a standard exe file, as well as an AactiveX EXE file. We also demonstrate the techniques
for interacting between Standard EXE and ActiveX EXE programs by passing parameter values. Screenshots are provided for ease of understanding the concepts involved.
Code for the examples used in this tutorial is provided in the appendix. It is recommended to have some prior working experience with VB6 applications programming
before proceeding with this tutorial.