cmonhackns.n-stars.org
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Indonesian SWF Editor Community
 
HomeLatest imagesRegisterLog in
SELAMAT Datang Di Cmonhackns ===> Mulailah dari yang kecil... karena semua yang besar dulunya juga kecil..

 

 Cara membuat web browser sendiri dengan VB 2008/2006

Go down 
+13
alindro
dmzmzz
DARK ANGEL OF CHEATER
cleon
1stKame
bayuexo27
killboss
Kidzz
Nega
agai132
aprianta_surbakti
RieqyNS13
Crusher
17 posters
AuthorMessage
Crusher
Moderator
Moderator
Crusher


Jumlah posting : 1158
Join date : 2011-04-26
Age : 111
Lokasi : Di Naruto.Lagi perang

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Aug 01, 2011 2:31 pm

[You must be registered and logged in to see this image.]

Kali ini saya ingin membahas Tutorial membuat WEB BROWSER sendiri dengan Visual Basic 2008.Sekarang kita akan membuat WEB BROWSER sendiri. baiklah sebelumnya bagi yang belum punya VB 2008 siahkan download disini

[You must be registered and logged in to see this image.]

Oke Langsung kita mulai.

1. Seperti biasa buatlah Windows Form application
[You must be registered and logged in to see this image.]

2. Sekarang buatlah
4 Buah Button
1 Buah WebBrowser
1 Buah Textbox

3. Lalu susunlah Tools diatas seperti ini

[You must be registered and logged in to see this image.]

4. Silahkan masukan Code ini untuk Button1 Sebagai Back
Code:
WebBrowser1.GoBack()

5. Setelah itu Silahkan Masukan Code ini untuk Button2 Sebagai Forward
Code:
WebBrowser1.GoForward()

6. Lalu masukan Code ini untuk Button3 sebagai Refresh
Code:
WebBrowser1.Refresh()

7. Lalu Masukan Code ini untuk Button4 Sebagai Go
Code:
WebBrowser1.Navigate(TextBox1.Text)

8. Setelah itu Klik kanan WebBrowser1 dan pilih Declarationnya sebagai Navigated

9. Lalu isikan Code ini kedalamnya
Code:
TextBox1.Text = WebBrowser1.Url.ToString

NB : gambarnya akan seperti ini

[You must be registered and logged in to see this image.]


10. Jika sudah Aplikasi anda sudah selesai.
11. Hasil Akhir

[You must be registered and logged in to see this image.]

NB : Jika anda ingin membuat Home Page anda tinggal Tambahkan Code ini pada Private Sub Form1_load

Code:
WebBrowser1.Navigate("[You must be registered and logged in to see this link.]

SELAMAT BELAJAR.
CREDIT : Yasir Bakhtiar
Back to top Go down
RieqyNS13
Moderator
Moderator
RieqyNS13


Jumlah posting : 379
Join date : 2011-01-16
Age : 26
Lokasi : chmod 0655 GetConfig.SQL

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Aug 01, 2011 5:32 pm

gan ane mw tambahin.. Very Happy Very Happy . tambahin button "Show Source Code" di Form1 dan "Richtextbox1" di "Form2", untuk melihat source code web. caranya dengan klik 2 kali button Show Source Code dan masukkin code berikut :
Code:
Form2.Show
Form2.RichTextBox1.Text = Me.WebBrowser1.DocumentText
Very Happy Very Happy Very Happy Cara membuat web browser sendiri dengan VB 2008/2006 965962

gan,VB 2008 dgn VB 2010 sama aja bang,cuma di 2010 tampilannya lbh bagus dan button2nya juga ditambahi
Back to top Go down
http://rieqyns13.net
aprianta_surbakti
Sesepuh
Sesepuh
aprianta_surbakti


Jumlah posting : 357
Join date : 2011-03-06

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Aug 01, 2011 9:34 pm

ehm...
gue coba dlu yah gan
spa tw bsa Very Happy
dan ini bsa terpasang sndri flash player'a gk gan???
Back to top Go down
RieqyNS13
Moderator
Moderator
RieqyNS13


Jumlah posting : 379
Join date : 2011-01-16
Age : 26
Lokasi : chmod 0655 GetConfig.SQL

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Aug 01, 2011 9:51 pm

aprianta_surbakti wrote:
ehm...
gue coba dlu yah gan
spa tw bsa Very Happy
dan ini bsa terpasang sndri flash player'a gk gan???

hmm,,ane blm coba...soalnya lagi mikirin scripts VB yg baru.. haha haha
Back to top Go down
http://rieqyns13.net
aprianta_surbakti
Sesepuh
Sesepuh
aprianta_surbakti


Jumlah posting : 357
Join date : 2011-03-06

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Aug 01, 2011 10:10 pm

RieqyNS13 wrote:
aprianta_surbakti wrote:
ehm...
gue coba dlu yah gan
spa tw bsa Very Happy
dan ini bsa terpasang sndri flash player'a gk gan???

hmm,,ane blm coba...soalnya lagi mikirin scripts VB yg baru.. haha haha
owh gitu yah gan
pkrin yah gan Very Happy
Back to top Go down
Crusher
Moderator
Moderator
Crusher


Jumlah posting : 1158
Join date : 2011-04-26
Age : 111
Lokasi : Di Naruto.Lagi perang

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Aug 01, 2011 10:14 pm

RieqyNS13 wrote:
gan ane mw tambahin.. Very Happy Very Happy . tambahin button "Show Source Code" di Form1 dan "Richtextbox1" di "Form2", untuk melihat source code web. caranya dengan klik 2 kali button Show Source Code dan masukkin code berikut :
Code:
Form2.Show
Form2.RichTextBox1.Text = Me.WebBrowser1.DocumentText
Very Happy Very Happy Very Happy Cara membuat web browser sendiri dengan VB 2008/2006 965962

gan,VB 2008 dgn VB 2010 sama aja bang,cuma di 2010 tampilannya lbh bagus dan button2nya juga ditambahi
thx gan.,ane baru tau kalo VB 2008 itu sama ama VB 2010..dan thx udah nambahin Cara membuat web browser sendiri dengan VB 2008/2006 11087
Back to top Go down
agai132
Bupati
Bupati
agai132


Jumlah posting : 609
Join date : 2011-01-27
Age : 108
Lokasi : Depadn Monitor

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Wed Aug 03, 2011 3:19 pm

Btw Ukuran VB 2008 nya brp gan??? ane gk akan download di rmh di warnet aja soalnya lgi lemot
Back to top Go down
Crusher
Moderator
Moderator
Crusher


Jumlah posting : 1158
Join date : 2011-04-26
Age : 111
Lokasi : Di Naruto.Lagi perang

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Wed Aug 03, 2011 4:43 pm

agai132 wrote:
Btw Ukuran VB 2008 nya brp gan??? ane gk akan download di rmh di warnet aja soalnya lgi lemot
pake VB 2010 juga bisa bro..VB 2008 juga sama ama VB 2010
Back to top Go down
agai132
Bupati
Bupati
agai132


Jumlah posting : 609
Join date : 2011-01-27
Age : 108
Lokasi : Depadn Monitor

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Wed Aug 03, 2011 5:18 pm

Kurohige wrote:
agai132 wrote:
Btw Ukuran VB 2008 nya brp gan??? ane gk akan download di rmh di warnet aja soalnya lgi lemot
pake VB 2010 juga bisa bro..VB 2008 juga sama ama VB 2010
VB 2010 ane error gan jadi ane mau download yg 2008
Back to top Go down
Nega
Warga
Warga



Jumlah posting : 11
Join date : 2011-07-30

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Aug 08, 2011 11:18 am

mohon bimbingannya....
Back to top Go down
Kidzz
Warga Lama
Warga Lama
Kidzz


Jumlah posting : 75
Join date : 2011-07-06
Age : 27
Lokasi : Di Hati Mu Sayang :)

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Tue Aug 09, 2011 2:52 pm

gan , mantab banget share nya .. hasil ane jadi nya ajib bener .. Cara membuat web browser sendiri dengan VB 2008/2006 205289
hasil ane mungkin wajib di kasih Cara membuat web browser sendiri dengan VB 2008/2006 53243
hehehe ..... Cara membuat web browser sendiri dengan VB 2008/2006 954795
Back to top Go down
http://kidzzhackerzone.blogspot.com
killboss
Warga Lama
Warga Lama
killboss


Jumlah posting : 61
Join date : 2011-08-11
Age : 26
Lokasi : Di Depan Lepi dan Kompi

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Sun Aug 14, 2011 3:52 pm

bingung ane gan Cara membuat web browser sendiri dengan VB 2008/2006 641366
Back to top Go down
bayuexo27
Warga
Warga



Jumlah posting : 1
Join date : 2011-09-03

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Sat Sep 03, 2011 4:15 pm

[You must be registered and logged in to see this image.]
Back to top Go down
1stKame
Sesepuh
Sesepuh
1stKame


Jumlah posting : 459
Join date : 2011-05-11

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Sun Nov 13, 2011 1:34 pm

iz kalo udah selesai gimana cara makenya ?

cara naroh di mozilla/chrome nya ?
Back to top Go down
cleon
Sesepuh
Sesepuh
cleon


Jumlah posting : 336
Join date : 2011-04-19
Age : 27
Lokasi : Idung PATRICK !

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Nov 14, 2011 3:09 pm

1stKame wrote:
iz kalo udah selesai gimana cara makenya ?

cara naroh di mozilla/chrome nya ?

napa di taru moliza ato chrme sgala

langsung pake aje,.. Cara membuat web browser sendiri dengan VB 2008/2006 11087
Back to top Go down
DARK ANGEL OF CHEATER
Super Moderator
Super Moderator
DARK ANGEL OF CHEATER


Jumlah posting : 1248
Join date : 2011-04-12
Age : 26

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Mon Nov 14, 2011 3:12 pm

bayuexo27 wrote:
[You must be registered and logged in to see this image.]

halo agan cayang and yg manis mohon kalau komen jangan imoticon doang apalagi kebanyakan kayak gini mohon baca forum rules ok. warn + 1
Back to top Go down
cleon
Sesepuh
Sesepuh
cleon


Jumlah posting : 336
Join date : 2011-04-19
Age : 27
Lokasi : Idung PATRICK !

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Tue Nov 15, 2011 4:37 pm

nie buatnya pake VB6 bisa gk?? Cara membuat web browser sendiri dengan VB 2008/2006 641366

soalnya lama buat dolot vbnya Cara membuat web browser sendiri dengan VB 2008/2006 363693
Back to top Go down
dmzmzz
Warga Lama
Warga Lama



Jumlah posting : 81
Join date : 2011-04-28
Age : 32
Lokasi : WarzHome

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Wed Nov 16, 2011 2:56 pm

Klaw Pkek Portable VB 6 gmna
Back to top Go down
alindro
Warga
Warga



Jumlah posting : 1
Join date : 2011-11-26

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Sat Nov 26, 2011 8:55 am

WebBrowser1 letaknya dimana ya.
di toolbox vb saya ga ada ~_~
Back to top Go down
RieqyNS13
Moderator
Moderator
RieqyNS13


Jumlah posting : 379
Join date : 2011-01-16
Age : 26
Lokasi : chmod 0655 GetConfig.SQL

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Sat Nov 26, 2011 7:48 pm

komponen WebBrowser itu letaknya di toolbox...masa' di VB mu gak da ?
Back to top Go down
http://rieqyns13.net
FajarSatrio™
Super Moderator
Super Moderator
FajarSatrio™


Jumlah posting : 210
Join date : 2011-01-07
Age : 27
Lokasi : Bekasi

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Sun Nov 27, 2011 7:36 am

Nice Tread.... bantu sundul aj dah maap junk haha
Back to top Go down
http://fajarsatrioz.blogspot.com
Azjril
Warga Lama
Warga Lama
Azjril


Jumlah posting : 238
Join date : 2011-04-17
Age : 27
Lokasi : Jakarta Juga Boleh..

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Sun Nov 27, 2011 12:17 pm

Masih Kurang Bagus Itu Pengcodeannya..
Kalian Masih Bisa menambahkan Fitur" Lainnya..
Tinggal Dikembangkan aja itu.. Hahaha..
Btw Nice faiz Very Happy haha
Back to top Go down
akuplz
Warga Lama
Warga Lama
akuplz


Jumlah posting : 104
Join date : 2011-04-17
Age : 27
Lokasi : Cirebon

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Wed Nov 30, 2011 6:00 pm

Kurohige wrote:
[You must be registered and logged in to see this image.]

Kali ini saya ingin membahas Tutorial membuat WEB BROWSER sendiri dengan Visual Basic 2008.Sekarang kita akan membuat WEB BROWSER sendiri. baiklah sebelumnya bagi yang belum punya VB 2008 siahkan download disini

[You must be registered and logged in to see this image.]

Oke Langsung kita mulai.

1. Seperti biasa buatlah Windows Form application
[You must be registered and logged in to see this image.]

2. Sekarang buatlah
4 Buah Button
1 Buah WebBrowser
1 Buah Textbox

3. Lalu susunlah Tools diatas seperti ini

[You must be registered and logged in to see this image.]

4. Silahkan masukan Code ini untuk Button1 Sebagai Back
Code:
WebBrowser1.GoBack()

5. Setelah itu Silahkan Masukan Code ini untuk Button2 Sebagai Forward
Code:
WebBrowser1.GoForward()

6. Lalu masukan Code ini untuk Button3 sebagai Refresh
Code:
WebBrowser1.Refresh()

7. Lalu Masukan Code ini untuk Button4 Sebagai Go
Code:
WebBrowser1.Navigate(TextBox1.Text)

8. Setelah itu Klik kanan WebBrowser1 dan pilih Declarationnya sebagai Navigated

9. Lalu isikan Code ini kedalamnya
Code:
TextBox1.Text = WebBrowser1.Url.ToString

NB : gambarnya akan seperti ini

[You must be registered and logged in to see this image.]


10. Jika sudah Aplikasi anda sudah selesai.
11. Hasil Akhir

[You must be registered and logged in to see this image.]

NB : Jika anda ingin membuat Home Page anda tinggal Tambahkan Code ini pada Private Sub Form1_load

Code:
WebBrowser1.Navigate("www.google.com")

SELAMAT BELAJAR.
CREDIT : Yasir Bakhtiar


Download Visual Basic 2008 sama Visual Basic 2010 dmna gan ???
Klau da yg tau link.a ane minta ya ...
Tolong kirimin ... Smile
Back to top Go down
Crusher
Moderator
Moderator
Crusher


Jumlah posting : 1158
Join date : 2011-04-26
Age : 111
Lokasi : Di Naruto.Lagi perang

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Wed Nov 30, 2011 6:13 pm

akuplz wrote:
Kurohige wrote:
[You must be registered and logged in to see this image.]

Kali ini saya ingin membahas Tutorial membuat WEB BROWSER sendiri dengan Visual Basic 2008.Sekarang kita akan membuat WEB BROWSER sendiri. baiklah sebelumnya bagi yang belum punya VB 2008 siahkan download disini

[You must be registered and logged in to see this image.]

Oke Langsung kita mulai.

1. Seperti biasa buatlah Windows Form application
[You must be registered and logged in to see this image.]

2. Sekarang buatlah
4 Buah Button
1 Buah WebBrowser
1 Buah Textbox

3. Lalu susunlah Tools diatas seperti ini

[You must be registered and logged in to see this image.]

4. Silahkan masukan Code ini untuk Button1 Sebagai Back
Code:
WebBrowser1.GoBack()

5. Setelah itu Silahkan Masukan Code ini untuk Button2 Sebagai Forward
Code:
WebBrowser1.GoForward()

6. Lalu masukan Code ini untuk Button3 sebagai Refresh
Code:
WebBrowser1.Refresh()

7. Lalu Masukan Code ini untuk Button4 Sebagai Go
Code:
WebBrowser1.Navigate(TextBox1.Text)

8. Setelah itu Klik kanan WebBrowser1 dan pilih Declarationnya sebagai Navigated

9. Lalu isikan Code ini kedalamnya
Code:
TextBox1.Text = WebBrowser1.Url.ToString

NB : gambarnya akan seperti ini

[You must be registered and logged in to see this image.]


10. Jika sudah Aplikasi anda sudah selesai.
11. Hasil Akhir

[You must be registered and logged in to see this image.]

NB : Jika anda ingin membuat Home Page anda tinggal Tambahkan Code ini pada Private Sub Form1_load

Code:
WebBrowser1.Navigate("www.google.com")

SELAMAT BELAJAR.
CREDIT : Yasir Bakhtiar


Download Visual Basic 2008 sama Visual Basic 2010 dmna gan ???
Klau da yg tau link.a ane minta ya ...
Tolong kirimin ... Smile
cari di google bro Download Visual basic 2010,kalo VB 2010 sama aja ama VB 2008,jadi ga usah download 2008 ama 2010,1 aja Cara membuat web browser sendiri dengan VB 2008/2006 11087
Back to top Go down
ZonaMerah
Warga
Warga



Jumlah posting : 1
Join date : 2011-12-11

Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1Wed Dec 14, 2011 4:12 pm

Gw gk ngerti Gan.........Masih Nubie Cara membuat web browser sendiri dengan VB 2008/2006 71352
Back to top Go down
Sponsored content





Cara membuat web browser sendiri dengan VB 2008/2006 Empty
PostSubject: Re: Cara membuat web browser sendiri dengan VB 2008/2006   Cara membuat web browser sendiri dengan VB 2008/2006 Icon_minitime1

Back to top Go down
 
Cara membuat web browser sendiri dengan VB 2008/2006
Back to top 
Page 1 of 1
 Similar topics
-
» Cara membuat Spammer sendiri
» Cara Membuat File Rahasia Sendiri Dengan Batch
» [ASK] cara gunain Simple Web Browser buatan sendiri ?
» Cara Membuat Calender dengan VB 6
» Cara Membuat MD5 Hasher Dengan VB 2010

Permissions in this forum:You cannot reply to topics in this forum
cmonhackns.n-stars.org :: Computer Freakz :: All About Programming :: Visual Basic-
Jump to: