README.md
December 5, 2022 ยท View on GitHub
Description
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.
More Info
When you compile the plugin dll file, you will need to register it on the user's computer with RegSvr32.exe
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.
| Submitted On | 2000-08-26 00:17:50 |
| By | Agent153 |
| Level | Advanced |
| User Rating | 4.4 (31 globes from 7 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | OLE/ COM/ DCOM/ Active-X |
| World | Visual Basic |
| Archive File | CODE_UPLOAD93228262000.zip |