|
| 28 Jun 2012 09:46 AM |
I am making my own custom web browser and when goButton1 is clicked, it takes what ever website webBrowser1 is in and puts it in webBrowser2, but when I press goButton2, it makes webBrowser2 refresh, like refreshButton2. (I am only posting of where the go buttons are located and it's code)
Code:
Private Sub goButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles goButton1.Click Navigate(ToolStripTextBox1.Text) End Sub
Private Sub goButton_2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles goButton_2.Click Navigate(ToolStripTextBox2.Text) End Sub |
|
|
| Report Abuse |
|
|
lombardo2
|
  |
| Joined: 30 Nov 2008 |
| Total Posts: 1604 |
|
|
| 28 Jun 2012 09:48 AM |
| Nothing wrong, this doesn't helps anybody. So why are you posting this? |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2012 09:49 AM |
@ lombardo
To help people spread the world of VB.
|
|
|
| Report Abuse |
|
|
lombardo2
|
  |
| Joined: 30 Nov 2008 |
| Total Posts: 1604 |
|
| |
|
|
| 28 Jun 2012 09:52 AM |
@lombardo
Did I forget the .NET? Fruk.
All well.
This problem is getting on my nerves. -.- |
|
|
| Report Abuse |
|
|
su8
|
  |
| Joined: 06 Mar 2009 |
| Total Posts: 6334 |
|
|
| 28 Jun 2012 09:53 AM |
>To help people spread the world of VB.
LOL SERIOUSLY LOL LOL |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2012 09:55 AM |
@su8 I see you caught my sarcasm.
|
|
|
| Report Abuse |
|
|
su8
|
  |
| Joined: 06 Mar 2009 |
| Total Posts: 6334 |
|
|
| 28 Jun 2012 09:56 AM |
| I see that you didn't see what I did there. |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2012 09:57 AM |
@su8 I am offically confused. |
|
|
| Report Abuse |
|
|
su8
|
  |
| Joined: 06 Mar 2009 |
| Total Posts: 6334 |
|
|
| 28 Jun 2012 10:04 AM |
| I'm just saying you shouldn't do anything with Visual Basic |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2012 10:05 AM |
@su8
Oh. Well besides my somewhat limited knowledge of Java, HTML, and Lua, this is all I know. |
|
|
| Report Abuse |
|
|
lombardo2
|
  |
| Joined: 30 Nov 2008 |
| Total Posts: 1604 |
|
|
| 28 Jun 2012 10:07 AM |
| su dont be that harsh to the poor VB. its not his fault, its his father fault! |
|
|
| Report Abuse |
|
|
su8
|
  |
| Joined: 06 Mar 2009 |
| Total Posts: 6334 |
|
|
| 28 Jun 2012 10:09 AM |
>Well besides my somewhat limited knowledge of Java, HTML, and Lua, this is all I know.
You know Java? Are you sure you're not talking about javascript?
But if you're talking about Java you should use it rather than VB.
|
|
|
| Report Abuse |
|
|
MrNicNac
|
  |
| Joined: 29 Aug 2008 |
| Total Posts: 26567 |
|
|
| 28 Jun 2012 10:14 AM |
Visual Basic is fine. It just sounds stupid for even trying to bring down any language. A use is resourceful no matter how limited.
Also, the code seems syntactically correct (I use VBNet and VBS). |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2012 10:18 AM |
@MrNicNac Thanks! At least someone here is helpful.
@Other two posters Well so sorry for trying to learn more languages to improve on my library of programs and over all understandings of logic. |
|
|
| Report Abuse |
|
|