Ask your own question, for FREE!
Computer Science 24 Online
OpenStudy (poopsiedoodle):

@opcode it's coming together. Imma give you a screenie, and then the exe pretty soon. And probably the code :3

OpenStudy (poopsiedoodle):

OpenStudy (poopsiedoodle):

and now the old exe and the .dll you need to run it

OpenStudy (opcode):

Give me a second.

OpenStudy (poopsiedoodle):

And the code: `Public Class Form1` ` ` ` Public Sub New()` ` ` ` ' This call is required by the designer.` ` InitializeComponent()` ` ` ` ' Add any initialization after the InitializeComponent() call.` ` ` ` End Sub` ` ` ` Private Sub TextBox1_KeyDown(ByVal sender As System.Object, ByVal e` `As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown` ` If e.KeyCode = Keys.Enter Then` ` WebKitBrowser1.Navigate(TextBox1.Text)` ` End If` ` End Sub` ` ` ` Private Sub WebKitBrowser1_Navigated(ByVal sender As System.Object,` `ByVal e As System.Windows.Forms.WebBrowserNavigatedEventArgs) Handles` `WebKitBrowser1.Navigated` ` TextBox1.Text = WebKitBrowser1.Url.ToString` ` End Sub` ` ` ` Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As` `System.EventArgs) Handles Button4.Click` ` WebKitBrowser1.Navigate(My.Settings.homepage)` ` End Sub` ` ` ` Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As` `System.EventArgs) Handles Button3.Click` ` WebKitBrowser1.Refresh()` ` End Sub` ` ` ` Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As` `System.EventArgs) Handles Button2.Click` ` WebKitBrowser1.GoForward()` ` End Sub` ` ` ` Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As` `System.EventArgs) Handles Button1.Click` ` WebKitBrowser1.GoBack()` ` End Sub` `End Class`

OpenStudy (poopsiedoodle):

@wio :3

OpenStudy (poopsiedoodle):

@hartnn :D

OpenStudy (opcode):

O_O You tagged a purple :O

OpenStudy (poopsiedoodle):

Opcode, if you save my project somehow, I will love you forever.

OpenStudy (opcode):

I'll try :P

OpenStudy (opcode):

Question do you remember what part the code for the .dll?

OpenStudy (poopsiedoodle):

Help me, Opcode. You are my only hope. http://images2.fanpop.com/images/photos/8400000/leia-princess-leia-organa-solo-skywalker-8412462-1024-768.jpg

OpenStudy (opcode):

Here you go:

OpenStudy (opcode):

@poopsiedoodle ?

OpenStudy (poopsiedoodle):

♥_♥ I'm just gonna scrap it for the themes :p other than that, I'm starting from scratch.

OpenStudy (opcode):

Ah, okay. :3

OpenStudy (poopsiedoodle):

Because I hate IE and all...

OpenStudy (opcode):

Well IE 10 is great. Too bad you need framework 4.5 to use it :P

OpenStudy (poopsiedoodle):

where are all of the images from the resources? o-o Are they in resources.vb?

OpenStudy (poopsiedoodle):

@nincompoop

OpenStudy (opcode):

Meh. I dunno. Check it?

OpenStudy (poopsiedoodle):

k :3

OpenStudy (anonymous):

|3<~~~~ O==========B

OpenStudy (opcode):

Okay. :-).

OpenStudy (poopsiedoodle):

I dunno what to do with it D:

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!