Standard And Activex .Exe Projects: A Beginner'S Guide
Standard and ActiveX .exe projects: A Beginner's Guide
Contents
- 1. Overview
- 2.
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
- 3. Develop an ActiveX EXE file, with an example
- 4. Develop a Standard EXE file, with an example
- 5. Interacting with ActiveX exe from Standard exe and viceversa.
- 6. Appendix - sample project code
1. Overview
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.