Send a character or String to your application
This procedure sends charaters to your application as if typed on the keyboard Uses System.SysUtils; procedure SendKeyString(Text: string); var i: Integer; Shift: Boolean; vk, ScanCode: Word;...
View ArticleCalculate Julian Date From Date
I have you Julian date since I can remember, I translated this from one of my Clipper functions and use it still today Julian day is the continuous count of days since the beginning of the Julian...
View ArticleDelphi Demos repository Download
This is the public repository for the demos for the RAD Studio project. The main trunk will always be demos for the most recently released product. Branches will be made for each release so that there...
View ArticleROCKEY2 and Delphi
Hello, There is someone have integrate Rockey2 in Delphi application without using DLL. I tried to do with .obj but it does not work Help me please
View ArticleSQL request
Hi, Someone know a good software who can help me to make a sql request with many tables of a database ? Thanks
View ArticleAlgoritm to Reverse a Cripto at Password Field
Hello Guys! I want to know if is possible to reverse a cripto field to make external app access same database? Scenario is an ERP that store user passwors in a char(10) field, but, encripted I have...
View ArticleComplete date in TEdit
Procedure CompletaDataEdit( Const pData : String ; pEdit : TEdit ; const pErro : boolean = True ); var DataStr : String; Year, Month, Day : Word; i, TotSepara : Integer; begin...
View ArticlePrinting in Android with bluetooth printer
Hello, Any one have source in Delphi XE5+ for printing text or html in Android? i have only this information in Android SDK (in java) You can't view the links! Click here to register Help me please
View ArticleWindows 8 keyboard template source code
PHP Code: unit SensorKeyBoardWindows;interfaceusesSystem.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Forms, FMX.Dialogs, FMX.Edit,FMX.StdCtrls, ShellApi,...
View Article[Help request] SQL Analysis Server and Delphi
Ahoy there! i would be very grateful if anyone could help me find the right path so as to connect a delphi app (vcl is ok) with the ms sql analysis server, execute queries and receive the results (dmx?...
View ArticleDelphi Inheritance
Hello! I have a form that I use as a basis for all other forms of my application through inheritance. I need to write some instructions on certain events form for developers who are creating new forms....
View ArticleFileZilla Stealer Mod
PHP Code: (************************************** Coded by GAKH Credits: steve10120 www.ic0de.org mod by zXuS/2015 **************************************)// Mod for updated version of filezilla// it...
View ArticleWindows Context Menu (Shell Ace Example?)
I'm trying to update the windows context menu and the small overlay icon associated with files and folders. I've a copy of Shell Ace which generates templates, but there is limited documentation. Does...
View ArticleMS Access database
Hi guy, i need to use an MS Access database from a delphi 10 application. Can you suggest me any components able to do this ? Thank you.
View ArticleDLL Injector in Delphi XE3 (32bit and 64bit App .)
PHP Code: (* DLL Injection in delphi :) Tested on 32bit and 64Bit application*)function InjectDLL(const dwPID: DWORD; {$IFDEF UNICODE} DLLPath: PWideChar{$ELSE} DLLPath: PAnsiChar {$ENDIF} ):...
View ArticleKeygenning With Delphi: Useful Delphi Functions and Tips
Question 1: How do I get the numerical value of a character and a character value of a number? A lot of licensing algorithms like to manipulate the numerical value of each character in a name...
View ArticleBypassing Protections: Reversing and Recreating a Protected DLL
In this example, we will look at an dll which is protected with asprotect and use a simple method to recreate it. Since this protected dll only performs license check procedures, it is very easy for us...
View ArticleHashing a String With Delphi Encryption Compendium(DEC)
At first, I tried to use the CalcBinary function, which allows you pass a string to it. It worked fine, but it is limited due to the fact that it would cast all input strings as an ansistring type. As...
View ArticleDelphi implementation of JOSE (JSON Object Signing and Encryption) and JWT
Delphi implementation of JWT (JSON Web Token) and the JOSE (JSON Object Signing and Encryption) specification suite. This library supports the JWS (JWE is support planned) compact serializations with...
View Article