GithubHelp home page GithubHelp logo

vb6hobbyst7 / bdcsoftware-a-true-plugin-model-expose-your-app-s-objects__1-12319 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from planet-source-code/bdcsoftware-a-true-plugin-model-expose-your-app-s-objects__1-12319

0.0 2.0 0.0 365 KB

VBA 100.00%

bdcsoftware-a-true-plugin-model-expose-your-app-s-objects__1-12319's Introduction

A true plugin model / Expose your app's objects

Description

Expose your app's objects / A true plugin model.

This sample will teach you how to expose classes from an ActiveX EXE to other Applications. I felt that a Main App / Plugin relationship (like in Photoshop) will be best suited to showcase this cool solution.

This is how it works:

When an object gets created based on a class from an ActiveX Exe it gets created

in its own memory area (Multiple objects based on the same class cannot share

their data). In C++ that object registers itself with the ROT (Running Object

Table) so that anybody who needs to, can access that instance of the object.

For instance Excel. When Excel is running you can refer to the running instance

from VBA/VB, and access any data that's present in the spread sheet. However

VB based objects lack that functionality. Activex EXE created in VB will NOT

get registered in the ROT! (That's why you can't use GetObject on VB made ActiveX's

;-) )

Anyhow, here is a solution that will register your ActiveX EXE in the ROT,

and you will be able to reference the running instance of your object from any

other application.

Please use this sample as follows:

  1. Extract Files from Zip (use folder names checked)
  2. run MainApp.EXE (ActiveX EXE)
  3. click on the OPEN icon
  4. load the supplied BMP
  5. wait for a few sec....(sorry the image handling is awfully slow, I didn't

    wanted to deal with DIB's for simplicity reasons)

  6. plugin Button should be enabled by now (this calls a ShellExecute and runs

    a regular EXE (our plugin)

  7. In the plugin click on GetData (this will transfer the image from the main

    app)

  8. click on modify image (thanx Rog3r)
  9. click on Close Plugin & Transfer data (this will transfer the modified

    image back to the main app)

  10. Voila

The benefits: If you expose your app's objects up front, you can later on create

any plugins/addons you want without modifying the original app.

This is my first contribution to planet-source-code. Please let me know what

you think (bad/good, anything is welcome) and like always VOTE.

Thanx

Raf

More Info

Submitted On 2000-10-26 23:52:10
By BDCSoftware
Level Advanced
User Rating 4.8 (124 globes from 26 users)
Compatibility VB 6.0
Category OLE/ COM/ DCOM/ Active-X
World Visual Basic
Archive File CODE_UPLOAD1098410272000.zip

bdcsoftware-a-true-plugin-model-expose-your-app-s-objects__1-12319's People

Contributors

pscbot avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.