Erchima Gaming Forums

Hack the game and enjoy playing it!


You are not connected. Please login or register


[TUTORIAL] Membuat link di project menuju website pada Delphi 7  

 

#1Almaftuchin

[TUTORIAL] Membuat link di project menuju website pada Delphi 7 Empty9th April 2015, 6:22 pm

Almaftuchin

Administrator
Bagi newbie pengguna Delphi 7 pasti bingung karena coding hampir sama tapi beda dengan Visual Basic
Disini ane ngasih tutorial bikin link yang nantinya ketika di klik akan menuju website tertentu

Tutorial:

  1. Bikin Project
  2. Bikin Label terus tulis terserah apa saja
  3. Klik box pada bagian Coding biasanya tulisanya 'Unit1.pas'
  4. Klik kanan pada list 'Uses'
  5. Klik 'New'
  6. Tuliskan 'ShellApi'
  7. Dobel klik pada label
  8. Lalu masukkan kode berikut ini diantara tulisan 'Begin' dan 'End':
    Code:
    ShellExecute (0, 'Open', 'http://www.erchima.net', '', '', SW_SHOWNORMAL);

  9. Semoga membantu pengguna baru Delphi 7 seperti ane

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum