Dynamyc DLL Windows use: With this delphi component users can use Dynamic Link Librarys easily in his applications. With a few lines users can load multiples DLLs dynamicaly and execute functions, procedures, launch forms etc... In Demo that comes with the zip, users can see a basic DLL functions use.
*-------------------------------------------------------*
* Windows Series Dynamic Link Library Controler *
*-------------------------------------------------------*
Author: NeWNeO
Component objective: Handle Windows' DLLs easily
Installation:
Add the component to your Borland's VCL package (Component->Install Component->Browse...)
About use and redistribution:
This component comes with no warranty and you can edit and upgrade and redistribute it specifing which parts of the component you've modified, and sending me your modification to my e-mail.
See attached demo to see how to use it.
IMPORTANT FOR STRING MANIPULATION (Remember for all your life!):
If you don't want to use PAnsiChar in your DLL and app for data transaction between DLL and app, you
should put "ShareMem" in the first position at Users' clausures at DLL and project (View->Project source). You can see this at Demo.
File List:
@PSC_ReadMe_1569_7.txt
1Kb
Demo/
0b
Demo/DLLFile.cfg
1Kb
Demo/DLLFile.dll
87Kb
Demo/DLLFile.dof
3Kb
Demo/DLLFile.dpr
1Kb
Demo/DLLFile.res
1Kb
Demo/DLLFile.~dpr
1Kb
Demo/Project1.cfg
1Kb
Demo/Project1.dof
3Kb
Demo/Project1.dpr
199b
Demo/Project1.res
1Kb
Demo/Project1.~dpr
186b
Demo/main.dcu
5Kb
Demo/main.ddp
51b
Demo/main.dfm
1Kb
Demo/main.pas
2Kb
Demo/main.~ddp
51b
Demo/main.~dfm
1Kb
Demo/main.~pas
2Kb
Readme.txt
1Kb
WinDLLControl.dcr
2Kb
WinDLLControl.pas
7Kb
Similar code
Draw on Desktop
(Popularity: ) : You can draw on the desktop of your own computer over all other windows. This one uses the approach of creating a canvas with the handle of the real desktop so it's yours, so you can draw over it. My ... EnumWindowsProc
(Popularity: ) : Get Handle Of Anything Running Etc. if you have trouble understanding this application just icq me or msn its all in my about and I can clear it up for you this one was pretty confusing for me at first ... Elite Msn Fast Text Sender
(Popularity: ) : Elite Msn Fast Text Sender - Send text to a friend fast ... Promiscuous IP Sniffer
(Popularity: ) : See all traffic on you network (promiscuous mode): source ip, destination ip, source port, destination port, packet length, ip protocol. works only on w2k and xp. no driver needed, this piece of code use the new implementation of winsock. AutoShutDown XP
(Popularity: ) : This app will auto shut down your win xp computer by setting the time. Please rate. Get the Jedi VCL at http://homepages.borland.com/jedi/jvcl/ Working with (Windows) Atom table
(Popularity: ) : Windows atom routines are usually used for internals of applications and/or components. Most people do not even know they exists. The code presented here shows a unusual use for them, provides a method to conditionally fire up another program based ... Using Set-GetWindowPlacement
(Popularity: ) : Shows how to GetWindowPlacement and SetWindowPlacement. Both are Windows API calls for retrieving the show state and postioning for your forms or some else forms. WindowFromPoint Helper
(Popularity: ) : I use to use WindowFromPoint alot and it sucked making this program inside my program and then taken it out just to get the windows point so heres a program that gives your the x axis and y axis for ... Use undocumented API call to get cached Windows passwords
(Popularity: ) : This code explains how to call WNetEnumCachePasswords to get windows cached passwords: DUN, NetBios, Internet folders, etc. This function is undocumented, but it is based on a program by Vitas Ramanchuskas. I just translated it to Object Pascal and commented ... Text Animate
(Popularity: ) : C'est une function qui permet d'animée un texte dans un TMemo, vous pouvez aussi le faire avec TEdit et TLabel