| |
|
Welcome to KnowledgeSutra - Dear Guest | |
How To Make A Web Browser
#81
Posted 11 August 2009 - 04:02 PM
So when a page is finally displayed when you click a link it open IEXPLORER 8.0, so it is not a browser as it doesn't produce a self contained program.
You can do simpler macro that Remote Control IExplorer with Autoit basic macro language you will have a coherent interface and an addon that don't need any runtime.
So forget about Microsoft it's another bluf to sell VB with a book included for some dollars and make serious youngs who want to learn programming in an endless loop, only exit is support.
Firefox, Chrome, Safari use Webkit library to display web pages WEBKIT.Org all embeded in a QT interface, it's more serious stuff even if it is free, imagine they will have the budget to design F22/F35 switches...
Happy programming
Max
#83
Posted 25 September 2009 - 05:39 AM
Hi Guyz & Girls
My VB6 is stuffed cos I can't get it to run Runescape cos I wanna make a Runescape Client this is my code:
Private Sub cmdback_Click()WebBrowser1.GoBackEnd Sub
Private Sub cmdforward_Click()WebBrowser1.GoForwardEnd Sub
Private Sub cmdgo_Click()WebBrowser1.Navigate (Text1.Text)End Sub
Private Sub cmdrefresh_Click()WebBrowser1.RefreshEnd Sub
Private Sub Form_Load()WebBrowser1.Navigate ("http://www.Runescape.Com")End Sub
Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)Text1.Text = (WebBrowser1.LocationURL)Form1.Caption = (WebBrowser1.LocationName)End Sub
-reply by Its bugged up! (or my VB6)Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














