Hi There!
I have:
1. A Table in Oracle database with field:
URL VARCHAR2 (256)
2. A TDBGrid component instance on form of my Delphi application
3. A SQL that cut and select any URL to short look (i.e. http://www.gu.net/):
select substr(ull.url, 1, decode(instr(ull.url, ''/'', 1), 0...
Hi!
I have console application that run another console app.
I want to close both app when user select Start/Shutdown/Shutdown Windows (Win95) without popup like "This app must be closed before...".
Thanks!
How I can do these tasks with Delphi 5:
1. Save a registry key in a file.
2. Delete a key.
3. Restore a key from file in 1).
Please, provide source code.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.