This is not my code it is a code made by [rm_code]. This code will allow you to create objects without registering the dll or ocx first! You simply call CreateObjectFromFile and the code will turn it into an object. Here is the original definition: "This is a handy module which allows you to create an object from an Active-X server (OCX, DLL) without the need to register it first. >> Updated: removed Prog ID check because it required the object to be registered... changed Prog ID check to Class ID check, so you'll need the class name now. To get it, use a type library viewer of your choice or my type library browser submission."
File List:
Create objects without registration/
0b
Create objects without registration/Form1.frm
1Kb
Create objects without registration/MSSCCPRJ.SCC
193b
Create objects without registration/Older version
registers a part of the dll first, the new one does not/
Create objects without registration/Older version
registers a part of the dll first, the new one does not/Form1.frm
Create objects without registration/Older version
registers a part of the dll first, the new one does not/Projekt1.vbp
Create objects without registration/Older version
registers a part of the dll first, the new one does not/modCreateObj.bas
Create objects without registration/Projekt1.vbp
1Kb
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j.htm
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/AUTHOR_PHOTO20044171042335753.gif
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/BlueToBlackLToR.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/BlueToBlackTopToBot.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/BlueToBlackULToLR.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/CodeOfTheDayMailbox.gif
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/KonaLibInline.js
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/PSC.css
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/PscLogo1.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/PscLogo3.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/RatingHalfSmall.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/RatingSmall.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/ScreenShotIcon.gif
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/ShowAd(1).htm
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/ShowAd(2).htm
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/ShowAd(3).htm
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/ShowAd.htm
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/add2.png
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/delete2.png
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/document.png
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/email.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/js
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/placeholder.gif
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/print.jpg
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/refresh.png
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/show.gif
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/winzipicon_medium(1).gif
Create objects without registration/create objects without registration
visual basic, vb, active server pages (ASP),j_files/winzipicon_medium.gif
Create objects without registration/modCreateObj.bas
10Kb
Similar code
General Card/Card-Deck Class an example
(Popularity: ) : The Classes Card.java and Carddeck.java can be used to create applications with playing cards. I created a BlackJack game for an example Auto Generate Form Code
(Popularity: ) : This code automatically generates form code. This is a very simple example illustrating concept only. Browse to the form with textboxes on it and click on the convert button. Add the auto generated coded form to the project(remember to save) ... An Easy OOP Script Engine
(Popularity: ) : Simple scripting language using classes. Uses callbyname function to run a classes methods. This allows for very fast parsing, because there is no IF Then or Case statements. Create a class module with the functions that you want in your ... Constructors In VB5-6
(Popularity: ) : Here is the project that will allow you to simulate constructors in VB. Meant for ActiveX DLL/EXE use. In your DLL you have to add Class ant set it as “GlobalMultiUse” (in EXE I think it’s better to se to ...