Ʌüsal Konu tarihi: 12 Şubat 2012 Paylaş Konu tarihi: 12 Şubat 2012 Windowsda işləyən proqramların siyahsına baxmaq üçün Delphidə hazırlanan kiçik bir proqram. Forma 1 ədəd Button və 1 ədəd Memo komponentini əlavə edin. Kod bölümündəki uses sətrinə aşağıdakı kodu daxil edin. TlHelp32 Daha sonra Button klik edin və aşağıdakı kodu daxil edin. var MyHandle: THandle; Struct: TProcessEntry32; begin MyHandle:=CreateToolHelp32SnapShot(TH32CS_SNAPPROCESS, 0); Struct.dwSize:=Sizeof(TProcessEntry32); if Process32First(MyHandle, Struct) then Proses.Lines.Add(Struct.szExeFile); while Process32Next(MyHandle, Struct) do Proses.Lines.Add(Struct.szExeFile); end; Ümumi kodu: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TlHelp32, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Proses: TMemo; procedure Button1Click(Sender: TObject); private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *.dfm} procedure TForm1.Button1Click(Sender: TObject); var MyHandle: THandle; Struct: TProcessEntry32; begin MyHandle:=CreateToolHelp32SnapShot(TH32CS_SNAPPROCESS, 0); Struct.dwSize:=Sizeof(TProcessEntry32); if Process32First(MyHandle, Struct) then Proses.Lines.Add(Struct.szExeFile); while Process32Next(MyHandle, Struct) do Proses.Lines.Add(Struct.szExeFile); end; end. 1.jpg Alıntı - Laptop ve Desktop Anakartlarin temiri - BIOS yazilmasi - Sifreli SuperUser BIOS-larin silinmesi - Kicik chiplerin deyisidrilmesi - BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s) Link to comment Share on other sites More sharing options...
Axellis Mesaj tarihi: 12 Şubat 2012 Paylaş Mesaj tarihi: 12 Şubat 2012 Cox Sagol Vusal Alıntı Link to comment Share on other sites More sharing options...
farid.93 Mesaj tarihi: 12 Şubat 2012 Paylaş Mesaj tarihi: 12 Şubat 2012 tewekkur Alıntı Link to comment Share on other sites More sharing options...
Hacker-8km Mesaj tarihi: 13 Şubat 2012 Paylaş Mesaj tarihi: 13 Şubat 2012 sagol vusal tsk Alıntı Link to comment Share on other sites More sharing options...
Ʌüsal Mesaj tarihi: 13 Şubat 2012 mövzunu açan Paylaş Mesaj tarihi: 13 Şubat 2012 deymez Alıntı - Laptop ve Desktop Anakartlarin temiri - BIOS yazilmasi - Sifreli SuperUser BIOS-larin silinmesi - Kicik chiplerin deyisidrilmesi - BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s) Link to comment Share on other sites More sharing options...
zeus Mesaj tarihi: 13 Şubat 2012 Paylaş Mesaj tarihi: 13 Şubat 2012 Çox sağol Vüsal Alıntı Link to comment Share on other sites More sharing options...
TΛNNΞЯ Mesaj tarihi: 13 Şubat 2012 Paylaş Mesaj tarihi: 13 Şubat 2012 Vusal cox sagol bunun Visual Basic ucun olani yoxdu ? Alıntı Link to comment Share on other sites More sharing options...
Mubariz_bmw Mesaj tarihi: 19 Nisan 2012 Paylaş Mesaj tarihi: 19 Nisan 2012 Mende alinmadi,sebeb cox guman tlHelp32 komponentinin olmamasidir,bu komponenti hardan tapa bilerem?ve butun komponentler elave olunmus bir Delphi versiyasi varmi? Umumiyyetle en funksional Delpi versiyasi hansidir? Alıntı Link to comment Share on other sites More sharing options...
Ʌüsal Mesaj tarihi: 19 Nisan 2012 mövzunu açan Paylaş Mesaj tarihi: 19 Nisan 2012 uses bolumune TlHelp32 elave edirsenki proyektde onu daxil etsin Alıntı - Laptop ve Desktop Anakartlarin temiri - BIOS yazilmasi - Sifreli SuperUser BIOS-larin silinmesi - Kicik chiplerin deyisidrilmesi - BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s) Link to comment Share on other sites More sharing options...
•SaiD• Mesaj tarihi: 25 Haziran 2012 Paylaş Mesaj tarihi: 25 Haziran 2012 bu nediki Alıntı Link to comment Share on other sites More sharing options...
Tərlan Mesaj tarihi: 26 Haziran 2012 Paylaş Mesaj tarihi: 26 Haziran 2012 said Bu Delphi7/xe-də açıq proqramları göstərmək üçün yaradacağınız proqramın kodlarıdır. Task manager kimi bir proqram Paylaşım üçün təşəkkür Alıntı Link to comment Share on other sites More sharing options...
anar2708 Mesaj tarihi: 26 Haziran 2012 Paylaş Mesaj tarihi: 26 Haziran 2012 Salam said. Bu Task Manager kimi bir proqramdı. Yəqinki işlətməmisən bu proqramları. Alıntı Link to comment Share on other sites More sharing options...
Recommended Posts
Sohbete katıl
Şimdi mesajını gönderebilir ve daha sonra kayıt olabilirsin. Bir hesabın varsa, hesabınla göndermek için şimdi oturum aç.