.: Selamat datang di blog Ferdi Setiawan! :.: PERHATIAN! (9 JULI 2018) Mohon maaf atas ketidaknyamanannya. Blog ini saya nyatakan TIDAK AKTIF. Blog terbaru saya adalah sebagai berikut: Ferdi Huang :.: Terima kasih! :.

12 Desember 2012

Visual Basic Code to Exit a Program

To exit a program, you should create 1 button. That button is used to close your program.
After that, double-click your button and insert this following code :
dim fx as Form
for each fx in forms
unload fx
next
end
 The red codes can you change by your language.

So, will look like this :
Private Sub Command1_Click()
dim fx as Form
for each fx in forms
unload fx
next
end
End Sub 

Tidak ada komentar:

Posting Komentar

Harap tinggalkan komentar jika terdapat tautan yang rusak atau bertanya seputar artikel ini!

Buku Tamu | Guestbook