Friday, May 23, 2014

CARA MEMBUAT FORM DELPHI SELALU DIATAS



Untuk membuat form di delphi selalu muncul diatas cukup mudah, caranya adalah sebagai berikut :
1. Buat Project baru / buka project yang sudah dibuat
2. Klik 2x form , lalu tambahkan script berikut

    SetWindowPos(  Handle,  HWND_TOPMOST,  0,   0,   0,   0,   SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);

3. Lalu jalankan program yang anda buat tadi

Lorem ipsum is simply dummy text of the printing and typesetting industry.

2 comments:

  1. ini scriptnya
    SetWindowPos( Handle, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);

    ReplyDelete
    Replies
    1. untuk contoh projectnya silahkan download
      http://www.tusfiles.net/iwz8shsap69p

      Delete

Tinggalkanlah pesan, kritik ataupun saran kepada kami :D
EmoticonEmoticon