Tutorial kali ini adalah cara Munculkan NUM,CAP,SCRL di TstatusBar pada program. dengan Mengunakan event Key Press kita bisa melihat status NUM,CAP, SCRL aktif atau tidak. langsung saja turorialnya
Source code bisa di Download :
Via Mediafire
>Download<
Via 4Shared
>Download<
listing Lengkap
====================Begin Code==============
unit Unit1;
// PROGRAM MEMUNCULKAN FUNGSI KEYBOARD KE DALAM KOMPONENT TSTATUSBAR  //
// http://olvandra.blogspotcom
interface
uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, ComCtrls, StdCtrls, ExtCtrls, XPMan;
type
  TForm1 = class(TForm)
    StatusBar1: TStatusBar;
    Timer1: TTimer;
    Label1: TLabel;
    XPManifest1: TXPManifest;
    procedure Timer1Timer(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;
var
  Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.Timer1Timer(Sender: TObject);
begin
  with StatusBar1 do
  begin
    if GetKeyState(VK_CAPITAL) <> 0 then  //JIKA TOMBOL KEYBOARD CAPLOCK DITEKAN
      StatusBar1.Panels[1].Text := ' CAP' //STATUSBAR1 BERTULISKAN CAP
    else
      StatusBar1.Panels[1].Text := '';    //JIKA CAPLOCK DI TEKAN KEMBALI MATIKAN TULISAN CAP PADA STATUSBAR1
    if GetKeyState(VK_NUMLOCK) <> 0 then
      StatusBar1.Panels[2].Text := ' NUM'
    else
      StatusBar1.Panels[2].Text := '';
    if GetKeyState(VK_SCROLL) <> 0 then
      StatusBar1.Panels[3].Text := ' SCRL'
    else
      StatusBar1.Panels[3].Text := '';
      StatusBar1.Panels[4].Text := 'http://olvandra.blogspot.com';
      StatusBar1.Panels[0].Text := 'KEY';
    end;
end;
end.
==================END CODE===============
Donation
Facebook badge
Halaman
Jam
Chat Me
About
About Me
Categories
- Animasi Blog (6)
 - Anti Virus (5)
 - Artikel Design (1)
 - Belitung Island (20)
 - Borlan C++ (1)
 - Borland Delphi (13)
 - Cerita Rakyat (4)
 - Cheat (18)
 - Facebook (3)
 - Fisika (2)
 - Game (20)
 - Hack (1)
 - Hardware (6)
 - Kalkulus (5)
 - Komponen Skin (8)
 - Komputer (2)
 - Lagu Rf Online (1)
 - Linux (1)
 - Musik (1)
 - Network (14)
 - Pascal (8)
 - PHP (2)
 - Programing (9)
 - Puisi (1)
 - RF (2)
 - Serial Number (1)
 - Sistem (2)
 - Software (27)
 - SQL (1)
 - Tutorial Delphi (48)
 - VB (7)
 - Web (2)
 - Windows Xp (2)
 - Wisata (4)
 





Website paling ternama dan paling terpercaya di Asia
BalasHapusSistem pelayanan 24 Jam Non-Stop bersama dengan CS Berpengalaman respon tercepat
Memiliki 9 Jenis game yang sangat digemari oleh seluruh peminat poker / domino
Link Alternatif :
arena-domino.club
arena-domino.vip
100% Memuaskan ^-^