Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi PEEncrypt v1.0 (https://www.delphipraxis.net/100115-peencrypt-v1-0-a.html)

Abatu 22. Sep 2007 14:35


PEEncrypt v1.0
 
Liste der Anhänge anzeigen (Anzahl: 1)
Please help how to replace "Tshowwindow"(password dialog window) in PEEncrypt v1.0 with call function from my dll? Here is file with source code.
I don't want the aplication to ask for password at all i want it to call function from dll i made.
so i want to replace PaaswordDialog or not show it at all

Luckie 22. Sep 2007 19:47

Re: PEEncrypt v1.0
 
There is no password dialog window.

Abatu 22. Sep 2007 20:03

Re: PEEncrypt v1.0
 
Zitat:

Zitat von Luckie
There is no password dialog window.

The protected file contents password dialog, please take look at uEncrypt.pas and see
_ShowWindow(_hWndAttach,SW_SHOW);
_UpdateWindow(_hWndAttach);
?? This is the password dialog.??

Luckie 22. Sep 2007 20:09

Re: PEEncrypt v1.0
 
Please be more precise if you acspect help. Both functions are Windows API functions. The Windows and his controsl are created with Windows API functions (CreateWindow). There is nothing to replace. You will have to rewrite most parts of the code.

Abatu 22. Sep 2007 20:33

Re: PEEncrypt v1.0
 
OK then how to make on show window call function from my dll?


Alle Zeitangaben in WEZ +1. Es ist jetzt 19:33 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz