© PINOYGSM
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
how to make your own WEB BROWSER in VB6 HomeHomehow to make your own WEB BROWSER in VB6 I_icon_mini_faqLatest imagesRegisterLog in
This is the FIRST PINOY GSM forum in the Philippines. The Number "One PinoyGSM dot com" PINOY, Global System for Mobile communication (GSM) is a globally accepted standard for digital cellular communication. and security tools for the computer systems and networks. ^^^ PinoyGSM is the name of a standardization group. ^^^ Be One Of Us! PINOYGSM Forum. ^^^ We Are Hackers Who Would Go Beyond Technology ^^^
Google Maps
Like on Facebook
Time in Philippines
Who’s HACKER?
We’re Hiring toktok Driver

 

 how to make your own WEB BROWSER in VB6

Go down 
2 posters
AuthorMessage
Kaizer Opera
Administrator
Administrator
Kaizer Opera


Join Date : 2012-01-15
Location : krusty krub
Male Age : 34
Cell Phone # : marami
Posts : 477

how to make your own WEB BROWSER in VB6 Empty
PostSubject: how to make your own WEB BROWSER in VB6   how to make your own WEB BROWSER in VB6 I_icon_minitimeMay 4th 2012, 07:23

ngayon gagawa tayo ng sarili nating WEB BROWSER kung sila may GOOGLE CHROME MOZILLA o anu pa dyan.. tayo may ewan.. di ko alam itatawag dito.. hahaha

start tau,

lagay kayo ng 4 na COMMAND BUTTON,1 TEXTBOX at MICROSOFT INTERNET CONTROL

para makuha natin ang sinasabi nilang MICROSOFT INTERNET CONTROL daw punta tau sa PROJECT.. nasa taas yan.. kasama ng mga file,edit,view. etc..click nyu ung PROJECT at click nyu din ung COMPONENTS or just simply press the CTRL+T.. haha may CTRL+T pala pinahaba q pa.. see the screen shot

how to make your own WEB BROWSER in VB6 2hdqfbt

sa code na tau

Code:
Private Sub Command1_Click()
WebBrowser1.Navigate (Text1.Text)
End Sub

Private Sub Command2_Click()
WebBrowser1.GoBack
End Sub

Private Sub Command3_Click()
WebBrowser1.GoForward
End Sub

Private Sub Command4_Click()
WebBrowser1.Refresh
End Sub

Private Sub Form_Load()
WebBrowser1.Navigate ("http://www.pinoygsm.webs.com")
End Sub

Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
Text1.Text = (WebBrowser1.LocationURL)
Form1.Caption = (WebBrowser1.LocationName)
End Sub

at ito na resulta sa ating WEB BROWSER

how to make your own WEB BROWSER in VB6 Zweqde

ayan po.. pag inopen nyu ung browser natin automatic na xa sa furom natin.. log in ka nalang.. hehehe

HOPYA LYK IT Very Happy
Back to top Go down
http://www.www.www.haha.com
*Lorgan
Administrator
Administrator
*Lorgan


Join Date : 2012-01-13
Location : System32
Male Age : 35
Cell Phone # : 09206135761
Posts : 1087

how to make your own WEB BROWSER in VB6 Empty
PostSubject: Re: how to make your own WEB BROWSER in VB6   how to make your own WEB BROWSER in VB6 I_icon_minitimeMay 6th 2012, 05:24

galing nmn sa vb6 gwa yan ah..haha
Back to top Go down
http://cultech.webs.com
 
how to make your own WEB BROWSER in VB6
Back to top 
Page 1 of 1
 Similar topics
-
» how to make timer in VB6
» make your 1gig to 2 gig memory

Permissions in this forum:You cannot reply to topics in this forum
© PINOYGSM :: Programming-
Jump to: