Hey... I need help with Visual Basic... I made an explorer... like internet explorer.. and when I go to a page that uses java to play games the java doesn't work.. can anyone tell me how to fix it?
This is basically the code attached to the button beside the text box... (to make it really simple)
Code:
Private Sub Command6_Click()
WebBrowser1.Navigate Text1.Text
End Sub
Ok.. well.. I am new to Visual basic.. ( This is the first 5 mins I have ever spent with it, Including code ) - I know QBasic and Visual Basic seems easier if you can get a hold of it.
Netscape and Internet explorer and firefox all work with java...
I assigned a value of:
Code:
WebBrowser1.Navigate
To the internet URL bar:
and by clicking this button:
You will be taken to whatever is in the internet URL bar.
Basically I need some code or help on how to make the game "Runescape" that uses java.. Playable.
When I load up Runescape in my web browser I just see an "X" in the corner of the application that uses Java.
How do I make my web browser a Java Capable web browser?
Other note:
* Java works in all other explorers not made by me
* I have the latest version of Java installed on my system