Welcome Guest ( Log In | Register)



5 Pages V  « < 3 4 5  
Reply to this topicStart new topic
> How To Make A Web Browser, Visual Basic 6
iGuest
post Dec 27 2007, 01:21 PM
Post #41


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



I get an error.
How To Make A Web Browser

When I try to make it a Microsoft internet control, it says 'File not found: see:\windows\system32\ieframe.Dll\1' and I don't know what to do. I've looked in system32, and ieframe.Dll is there. So I dunno :(

-Dalez
Go to the top of the page
 
+Quote Post
iGuest
post Jan 3 2008, 02:33 AM
Post #42


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



what to do with error box?
How To Make A Web Browser

There is a error box that pops out when you click forward or back when you haven't visited any websites at the form load.

And the textbox erases what you write like each 5 seconds cuz it changes the textbox.Text to the url of the current loaded webpage.

Thx a lot for looking at my questions!if they arent clear Please contact me at my e-mail adress to get more details.Bye have a nice day!!

-shoukat
Go to the top of the page
 
+Quote Post
iGuest
post Jan 8 2008, 11:55 PM
Post #43


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Same thing
How To Make A Web Browser

Hey Dalez,

I've been wokring with VB for about 4 years. Dalez I had that same error, along with another error when I tried to compile to .EXE saying "Cannot execute C2.EXE" the only way I fixed it was to reformat the hardrive.

Good luck!

-0re0
Go to the top of the page
 
+Quote Post
iGuest
post Feb 14 2008, 05:56 PM
Post #44


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



This is a very interesting tutorial! I've thought about trying to learn Visual Basic but kept putting it off. I'll look into VB more now (hopefully).

-reply by watson
Go to the top of the page
 
+Quote Post
ultraviolet_66
post Feb 22 2008, 11:36 AM
Post #45


Newbie
*

Group: Members
Posts: 3
Joined: 22-February 08
Member No.: 58,260



is there a java web browser code? it would be nice i think...
Go to the top of the page
 
+Quote Post
masrawy
post Mar 8 2008, 02:31 PM
Post #46


Newbie [Level 1]
*

Group: Members
Posts: 11
Joined: 6-March 08
Member No.: 58,970



web browser is actually a web client, the idea behind it depends on client server architecture, in which client sends commands to the server and waits for response from the server.

In web service HTTP protocol is used, this protocol is easy to study and apply, web browser sends Http request to server which replies with Http response
Go to the top of the page
 
+Quote Post
flashy
post Mar 8 2008, 03:13 PM
Post #47


Member [Level 1]
****

Group: [HOSTED]
Posts: 60
Joined: 7-March 08
From: Swindon, England
Member No.: 59,016



This topic is nearly three years old. Oh yeah by the way it would be lovely if you had the pictures. If you needed a progress bar this is mine from my web browser app
CODE
With ProgressBar1
.Minimum = 1
.Maximum = 10000
.Value = 1
.Step = 1
ProgressBar1.Visible = True
For i As Integer = .Minimum To .Maximum
.PerformStep()
Next i
End With
Go to the top of the page
 
+Quote Post
iGuest
post Apr 23 2008, 04:34 PM
Post #48


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



It keeps on poping up with runtime error

What I gotta do to fix it?

-reply by tom-2008
Go to the top of the page
 
+Quote Post
iGuest
post May 27 2008, 03:35 PM
Post #49


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



download manager?popup blocker? tabs?how DO they do it?????
How To Make A Web Browser

Replying to MarCrush
You could dim a new form and when he opens a new window you could open the form but I don't know how to put a browser in it...

-reply by Zeusthedevil