|
UIL Security System 2.0
Unlimited Intelligence Limited is proud to announce the release of the UIL Security System 2.0. Add powerful end-user security to your Delphi applications! No DLLs, OCXes, External Programs or BDE required! Includes Login dialog and End-User User/Group Management dialog!
Related Discussions - USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- SYSTEM.PAS (2001-01-06 04:20:58)Probably you are using NT based OS.
In order to avoid it use Delphi installer program and select only registering while setup asking setup...
- SHARE API (2001-01-06 13:53:18)Thanks for your reply, but I'm not totally stupid :-) I've already looked for this function in Delphi files !!
No more problem : I've found a very...
- CAN NOT RUN DELPHI 5 ENTERPRISE ON WINDOWS 2000 (2001-01-07 22:12:43)brother you are not alone as in my knowledge many other developers are also facing the same problem especially while updating control's position or...
- HOW CAN I ROTATE A PICTURE? (2001-01-07 05:18:51)Hello
You can download TRotateImage for Delphi 3-4-5 at
http://www.crosswinds.net/%7Ekhojasteh/rotimg.html
This component works with...
- ABOUT THE TIME...? (2001-01-10 18:05:50)Yes. See the thread about opening control panel applets.
-- The Smurf
- REGISTRY BINARY DATA (2001-01-09 23:42:13)I took this from a newsgroup and was originally posted by Ralph from Team B.
uses
Registry;
procedure...
- ANYONE KNOW HOW TO BRING UP CONTROL PANEL APPLETS??? (2001-01-11 06:05:57)Or ...
ShellExecute(Application.Handle,'OPEN','CONTROL','NCPA.CPL',NiL,1);
Where the network dialog executes.
Regards
/Filip
- PLEASE HELP!!! - SYSTEMMODAL FORM... (2001-01-12 12:45:56)Hi :
your program is supposed to be running in the background,
try this :
SetForegroundWindow(your_Message_windows_handle);
this will...
|