Postingan

Menampilkan postingan dari November, 2014

panggil aplikasi luar program

cara panggil aplikasi luar program ini sebenarnya mudah saja ,ringkas saja coba lihat coding dibawah ini 1.letakkan teks shellapi di uses 2.ini coding panggilnya :ShellExecute(Handle, 'open','http://ulinelektronik.blogspot.com/',nil,nil, SW_SHOWNORMAL); //ini untuk panggil web 3. ini coding untuk panggila aplikasi luar:  ShellExecute(Handle,'open','gifmaker.exe','Logout',nil,SW_HIDE); //dalam mode hiden kalau mau normal tinggal ganti hidenya jadi shownormal

MENAMBAHKAN READMORE TAU BACA SELANJUTNYA PADA BLOG

pilih mode HTML kemudian tambahkan teks :<!--more--><br /> pada paragrap yg ingin dipotong pada web atau blog

USING SSH AND PUTTY

Gambar
Using SSH and PuTTY   This page describes how to use the telnet/ssh client PuTTY. Using ssh encrypts your data so that it cannot be read off the internet by other people as it passes through other machines. SUMBER:https://www.cse.sc.edu/resources/remote_login.html  Using ssh and Putty. [NOTE: Use port 222 for access to all CSE lab workstations] Open PuTTY Launch PuTTY Enter server - select protocol Accept host key Enter username and password UNIX! Related Documents