ss
| RSS | RSS Forum | AboutUS |
Disarankan menggunakan browser selain Internet Explorer, resolusi minimal 1024x768
...
UserName:
PassWord:
     Lost?
Daftar jadi Anggota !
 


stress? deadline kelewat?
bos ngamuk? pc meledak?
masuk sini !


OpenID

(?)

e.g. myname.myhost.com


Main Menu
..:: onWebTools ::..
..:: onLastPosts ::..
LAST FORUM POSTS
goto Post[AKS] Gimana cara bikin file log(1)
 by mas_kofa
 on 09. Jan at 23:40
goto Postbackup database(2)
 by bimo_ganteng
 on 09. Jan at 18:33
goto PostCopy otomatis kedalam folder yang dbuat secara otomatis(6)
 by arjuna_1982
 on 09. Jan at 17:44
goto PostReportBuilder + Teechart Support(2)
 by wildan_m
 on 09. Jan at 13:28
goto Postcomponen menampilkan *.doc atau *.Pdf(0)
 by hafiezd
 on 09. Jan at 12:51
goto PostFormat DBEdit dengan Accesss(3)
 by LuriDarmawan
 on 09. Jan at 11:43
goto PostMohon Pertimbangan dan sarannya(12)
 by supermuam
 on 09. Jan at 08:54

[Access Forum]


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
bianchiOffline
Post subject: Keyexist...  PostPosted: 20-11-2008 11:35
onNewBie


Joined: 21-04-2008 10:40
Posts: 2

Status: Offline
Sy ingin mencari program yang telah terinstall mengunakan keyexist..
Apakah teman2 ada yang tau syntaxnya atau code lengkapnya gimana thx..

Key yang ingin sy cari :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin

Thank
 
 View user's profile Send private message  
Reply with quote Back to top
ImanD
Post subject: RE: Keyexist...  PostPosted: 20-11-2008 16:46
onElite


Joined: 09-10-2005 13:31
Posts: 1103

@bianchi
cuba bantu nech
  1. uses
  2. Registry;
  3.  
  4. procedure TForm1.ButtonCariClick(Sender: TObject);
  5. var
  6. rReg: TRegistry;
  7. begin
  8. rReg:=TRegistry.Create;
  9. with rReg do
  10. begin
  11. RootKey:=HKEY_LOCAL_MACHINE;
  12. if KeyExists('\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin') then
  13. ShowMessage('ada')
  14. else
  15. ShowMessage('ga ada');
  16. Free;
  17. end;
  18. end;

_________________

website: http://darusmanaiman.net/
e-mail:
darusmanaiman@programmer.net
programmer@darusmanaiman.net
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits