Author Topic: membuat WebBrowser hasil tangan sendiri  (Read 76 times)

ijainerbes

  • Administrator
  • Newbie
  • ********
  • Posts: 7
membuat WebBrowser hasil tangan sendiri
« on: September 12, 2011, 05:14:31 am »
>>>>>>>Tutorial membuat Webbrowser hasil karya sendiri<<<<<<<<<
Mohon untuk dibaca baik-baik jika tidak salah 1 salah semua



Bahan-bahanya :
1. Microsoft visual basic 2008/2006 (kalo saya make VB 2008)

tutorial :
1. New project dengan type "windows aplication bla bla bla bla"
siapkan komponen-komponenya :
A.
a. 1 Form
b. 7 Button
c. 1 WebBrowser
d. 2 textbox (terserah mau 1)

B.
beri nama button tsb sesuai keinginan kamu. nie contoh dari saya
button 1 beri nama "forward" tanpa tanda kutip
button 2 beri nama "back"
button 3 beri nama "google" <-- untuk langsung ke web google makanya di sediain 2 text box tapi klo gx di pasang gx apa tidak ngaruh kok
button 4 beri nama "go"
button 5 beri nama "stop"
button 6 beri nama "Refresh"

nah silakan di modifikasi sesuka hati ^_^ ni contoh dari saya


2. klik Webbrowser1 (ingat klik webbrowsernya jgn yg laen)
isikan dgn code berikut
Code: [Select]
WebBrowser1.Navigate("www.pwkllp.co.cc")

3. klik button1 nya
isikan code berikut
Code: [Select]
WebBrowser1.GoBack()

4. klik button2 nya
isikan code berikut
Code: [Select]
WebBrowser1.GoForward()

5. klik button3 nya
isikan code berikut
Code: [Select]
WebBrowser1.Navigate("Textbox1.text")

6. klik button4 nya
isikan code berikut

Code: [Select]
WebBrowser1.Navigate("http://www.google.com/search?g=" & TextBox2.Text)

7. klik button 5 nya
isikan code berikut

Code: [Select]
WebBrowser1.Stop()

8. klik button 6 nya
isikan code berikut

Code: [Select]
WebBrowser1.Refresh()

save all dan selesai ^_^

masih bingung? :huh: silakan download source codenya
Quote
http://www.ziddu.com/download/12496865/N3Explorer.rar.html

nie hasil karya buatan tangan saya sendiri
Quote
http://www.ziddu.com...plorer.exe.html

Virus total
Code: [Select]
AhnLab-V3 2010.10.10.00 2010.10.09 -
AntiVir 7.10.12.167 2010.10.08 -
Antiy-AVL 2.0.3.7 2010.10.10 -
Authentium 5.2.0.5 2010.10.10 -
Avast 4.8.1351.0 2010.10.09 -
Avast5 5.0.594.0 2010.10.09 -
AVG 9.0.0.851 2010.10.10 -
BitDefender 7.2 2010.10.10 -
CAT-QuickHeal 11.00 2010.10.09 -
ClamAV 0.96.2.0-git 2010.10.09 -
Comodo 6338 2010.10.10 -
DrWeb 5.0.2.03300 2010.10.10 -
Emsisoft 5.0.0.50 2010.10.10 -
eSafe 7.0.17.0 2010.10.07 -
eTrust-Vet 36.1.7901 2010.10.08 -
F-Prot 4.6.2.117 2010.10.09 -
F-Secure 9.0.15370.0 2010.10.10 -
Fortinet 4.2.249.0 2010.10.10 -
GData 21 2010.10.10 -
Ikarus T3.1.1.90.0 2010.10.10 -
Jiangmin 13.0.900 2010.10.10 -
K7AntiVirus 9.65.2713 2010.10.09 -
Kaspersky 7.0.0.125 2010.10.10 -
McAfee 5.400.0.1158 2010.10.10 -
McAfee-GW-Edition 2010.1C 2010.10.09 -
Microsoft 1.6201 2010.10.10 -
NOD32 5518 2010.10.09 -
Norman 6.06.07 2010.10.10 -
nProtect 2010-10-10.01 2010.10.10 -
Panda 10.0.2.7 2010.10.09 -
PCTools 7.0.3.5 2010.10.10 -
Prevx 3.0 2010.10.10 -
Rising 22.68.05.00 2010.10.09 -
Sophos 4.58.0 2010.10.09 -
Sunbelt 7027 2010.10.10 -
SUPERAntiSpyware 4.40.0.1006 2010.10.10 -
Symantec 20101.2.0.161 2010.10.10 -
TheHacker 6.7.0.1.053 2010.10.09 -
TrendMicro 9.120.0.1004 2010.10.10 -
TrendMicro-HouseCall 9.120.0.1004 2010.10.10 -
VBA32 None 2010.10.08 -
ViRobot 2010.9.25.4060 2010.10.09 -
VirusBuster 12.67.10.0 2010.10.09 -


sangat simple bukan
Credit By Crozzbone

yang ga punya VB bisa download http://www.soft82.com/get/download/windows/visual-basic/

Share on Bluesky Share on Facebook