English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In Visual basic 6.0 is it possible to make a internet browser without using the internet exploer template?

2007-10-01 00:49:16 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

You can use Microsoft's IE ActiveX component.

2007-10-03 23:46:54 · answer #1 · answered by ශාකුන්තල | shaakunthala 3 · 0 0

In VB6 you have to add the control manually to your project.
Click Projects>Components (Or press CNTRL+T) and select
MicroSoft Internet Controls and add it to your project. You will get an additional icon inyour toolbox which looks like a globe. Double click the globe to add the control to a form where the default name will be WebBrowser1 and place the following code in the form load statement. (Note you must have an internet connection) Use the navigate property to select the web page to view.


Private Sub Form_Load()
On Error Resume Next 'Don't stop execution, continue on next line
WebBrowser1.Navigate2 "http:\\www.yahoo.com"
If Err.Number <> 0 Then MsgBox "Error :" & Err.Description 'Display error message

End Sub

2007-10-01 01:34:06 · answer #2 · answered by MarkG 7 · 1 0

once you identify upon a rapid browser, Google Chrome is statistically the quickest browser interior the marketplace as much as now. It makes use of particular middle technologies that gadgets it different than for different browsers, there is a lot of information on their website explaining the way all of it works. I in my opinion I come across a gigantic particular using it. test it out!

2016-12-28 08:39:40 · answer #3 · answered by ? 3 · 0 0

http://planetsourcecode.com/vb/scripts/BrowseCategoryOrSearchResults.asp?txtCriteria=web+browser&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&lngWId=1&optSort=Alphabetical

2007-10-01 01:38:34 · answer #4 · answered by castleon 5 · 0 0

fedest.com, questions and answers