VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

True Plugins

Agent153  (2 Submissions)   OLE/COM/DCOM/Active-X   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This code lets you create a plugin in a similar fashion as Adobe Photoshop or 3d Studio Max. Uses features of ActiveX that nobody seems to realize exist.

Inputs
n/a

Assumes
When you compile the plugin dll file, you will need to register it on the user's computer with RegSvr32.exe

Returns
n/a

Side Effects
Weird things happen when you try to creat multiple instances of a plugin. Haven't figured out a fix to it, but it probably won't crash your computer. VB (5 anyway) does not like doing plugins using the creatobject statement. You won't get crashes if you close improperly, but vb doesn't show the Popups it usually does if you are working with an intrasync vb control.

Rate True Plugins (7(7 Vote))

Download True Plugins

True Plugins Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters