Languages Visual Basic & VB.NET Visual Basic VB function enhancement  

Active X DLL Made Into Windows DLL

download download  
important code information
author:
William W
minimum requirements:
Active X DLL Made Into Windows DLL description

Ever want to make Windows DLLs or Windows Control Panel Applets But stuck With VB Active X DLLs? Here is your answer: Now Includes: -.Def Maker Addin- Define Helper File Maker (Takes your exported functions and makes them defines for easier implementation) Def Maker (Allows you to choose routines to export) -Linker Helper- Lets you choose to make your DLL or CPL windows compatible Still allows the use of resource files Sample DLL and dll test app Info to make your DLL callable from any programming environment Updates: Fixed Decrement in Dll test app Fixed Sub Define Failure in define helper See orig.


File List:
Make Windows DLLS/0b
Make Windows DLLS/Linker/0b
Make Windows DLLS/Linker/Form1.frm3Kb
Make Windows DLLS/Linker/Form1.frx2Kb
Make Windows DLLS/Linker/Form2.frm1Kb
Make Windows DLLS/Linker/Form2.frx4Kb
Make Windows DLLS/Linker/Link.ico2Kb
Make Windows DLLS/Linker/Linker.txt462b
Make Windows DLLS/Linker/Module1.bas4Kb
Make Windows DLLS/Linker/Project1.vbp1Kb
Make Windows DLLS/Make Def Addin/0b
Make Windows DLLS/Make Def Addin/Connect.DCA4Kb
Make Windows DLLS/Make Def Addin/Connect.Dsr4Kb
Make Windows DLLS/Make Def Addin/DefAddin.exp1Kb
Make Windows DLLS/Make Def Addin/DefAddin.lib3Kb
Make Windows DLLS/Make Def Addin/MakeDef.txt1Kb
Make Windows DLLS/Make Def Addin/MyAddIn.exp1Kb
Make Windows DLLS/Make Def Addin/MyAddIn.lib3Kb
Make Windows DLLS/Make Def Addin/MyAddIn.vbp1Kb
Make Windows DLLS/Make Def Addin/VB31C.tmp3Kb
Make Windows DLLS/Make Def Addin/frmAddIn.frm14Kb
Make Windows DLLS/Make Def Addin/frmAddIn.frx2Kb
Make Windows DLLS/MakeWinDLL.JPG58Kb
Make Windows DLLS/ReadMe.txt4Kb
Make Windows DLLS/SampleDLL/0b
Make Windows DLLS/SampleDLL/Class1.cls448b
Make Windows DLLS/SampleDLL/Form1.frm3Kb
Make Windows DLLS/SampleDLL/Making Your Dll.txt2Kb
Make Windows DLLS/SampleDLL/MathLib.exp2Kb
Make Windows DLLS/SampleDLL/MathLib.lib4Kb
Make Windows DLLS/SampleDLL/Module1.bas2Kb
Make Windows DLLS/SampleDLL/SampleDLL.def138b
Make Windows DLLS/SampleDLL/SampleDLL.vbp1Kb
Make Windows DLLS/SampleDLL/SampleDLL_declares.txt1Kb
Make Windows DLLS/SampleDLL/Test.vbp1Kb

Similar code
A VB INI file manager -- no API's!!! (Popularity: ) : This code provides pure VB source for the following API calls: GetPrivateProfileSection, GetPrivateProfileString, WritePrivateProfileSection, and WritePrivateProfileString. With this code, YOU CAN ACCESS LARGER *.INI FILES!!! Unlike the traditional API commands, there is no limit to the size of *.INI file ...
Random String Generator (Popularity: ) : There are many random number generators, word generators, string generators, etc., etc. but most of them generate random stuff by means of an algorithm, this uses no algorithm and little math is involved. it works by tracking the location of ...
Check for PrevInstance (Popularity: ) : This code checks for a previous instance of the program. This is not like the App.PrevInstance property. This checks the prevInstance no matter the location of the file, or the name of the app. You don't have to call DestroyWindow ...
AddIn Insert Procedure Headers (Popularity: ) : This Add-In allows E-Z formatting of Procedure headings. I wrote this because of the laziness of fellow developers who saw no sense in taking the time to AT LEAST document a Subroutine or Function or Property (until 6 months down ...
RoutineBuilder v2.5 (Popularity: ) : vbRoutineBuilder 2.5 First off this code started with Kurt J. Tischer's first http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=40345&lngWId=1 Routine Builder project and has since taken off from there. Hopefully, this will save you a lot of repetitive typing and make your code more uniform and ...
A Code Designer (Popularity: ) : Ever had a look on someones other well designed source code and wondered how they did this ? With this little Application u can do the same with one click
Add Bitmaps To Menu (Popularity: ) : Demonstrates how to add bitmaps to menus using VB 5 or 6
Active Controls (Popularity: ) : Provides a method of detecting when the mouse enters and exits a control including labels and images. This routine leaves all events enabled and functioning including the MouseUp and MouseDown events.
Zip n Mail Project (Popularity: ) : Add-in for visual basic that will zip up all files in the project and open a new mail message with the subject as the name of the project. Can also password protect the zip file. pkzip and winzip compatible.
ActionKeyState (Popularity: ) : A modification on Phobos submission for manipulation CapsLock, ScrollLock and NumLock. I made a function to either get the status or set (On, off, toggle) the status for these keys. Since i don't have Win95/98, i left that code out ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 63
version
size in Kb 80
popularity   1654/7913374
user rating 4/10
ad


New Code
Popular Code