coding part for creating the internet browser

Posted by Unknown , Saturday, September 18, 2010 12:33 AM

1    Private Sub PictureBox4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox4.Click
2         
3WebBrowser1.Navigate(TextBox1.Text)
4    End Sub

to navigate webbrowser 


1Private Sub PictureBox2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox2.Click
2        WebBrowser1.GoBack()
3    End Sub


for back button



1Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
2        WebBrowser1.GoForward()
3    End Sub


for forward button


1Private Sub PictureBox3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox3.Click
2        WebBrowser1.Refresh()
3    End Sub


for refresh button


full scape coding fo rcsreating a internet browser

Public Class Form1
02 
03  
04 
05 
06    Private Sub PictureBox2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox2.Click
07        WebBrowser1.GoBack()
08    End Sub
09 
10    Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
11        WebBrowser1.GoForward()
12    End Sub
13 
14 
15    Private Sub PictureBox3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox3.Click
16        WebBrowser1.Refresh()
17    End Sub
18 
19 
20    Private Sub PictureBox4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox4.Click
21        WebBrowser1.Navigate(TextBox1.Text)
22 
23 
24    End Sub
25 
26End Class
                                                                     --------------
it is codeing for creating a  simple internet browser  with basic buttons.....

Posted by Unknown , Wednesday, September 15, 2010 9:45 AM



FRIENDS....
INVITATION FOR BLOGGER MEET TO BE HELD IN COIMBATORE ON SEPTEMBER 18TH (SATURDAY) EVENING (BEGINS  AT 6:00PM)

VENUE:   HOTEL ALANGAAR

DATE:     18-09(SEP)-2010

CHIEF GUEST: C.PRAVEEN KUMAR-((SALEM JILLA))

                ""lets join and share our thoughts....and experiences""

phoenix browser

Posted by Unknown , Thursday, September 2, 2010 12:33 AM

The phoeinx web tool was creaed  by s.balaji... in the year 2010 


phoenix is develped in .net fream woprk(vb.net)
it is user friendly,
the short cuts of the system is managed by this browser 
*The VLC player is implemented in this browser it is help for hearing songs forthe entertainment
*Windows paint is called by the browser helped to edit the pistures on other hand
*calculatoris implemented the browswer to comnvert the currency to rs rate
*online time management isimplemented in the browser to manage the time 
(to specify the time limt for the browsing) 
*online time is displayed in seconds to view the online surfing time to the user
*the simple mail accounting is used to the view the mail
*antivirus is present to scan your computer by using the  icons present in  browser 
 all the basic is compiled in my browser




----under construction----