Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Need help with Visual Basic...
Closed Thread
Old 05-05-2008, 05:32 PM   #1 (permalink)
StealthTools's Avatar
 
Hardware/VB.net/Anti-vir

Join Date: Mar 2008

Location: TN - Intel, Samsung, and NVIDIA 4 EvR!

Posts: 515

StealthTools is on a distinguished road

Send a message via MSN to StealthTools
Question Need help with Visual Basic...

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:
Code:
Text1.Text
and by clicking this button:
Code:
Command6
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

Last edited by StealthTools; 05-06-2008 at 08:48 AM.
StealthTools is offline  
Old 05-07-2008, 11:24 AM   #2 (permalink)
StealthTools's Avatar
 
Hardware/VB.net/Anti-vir

Join Date: Mar 2008

Location: TN - Intel, Samsung, and NVIDIA 4 EvR!

Posts: 515

StealthTools is on a distinguished road

Send a message via MSN to StealthTools
Default Re: Need help with Visual Basic...

The browser doesn't work as I had expected it to... turns out it uses "SUN" java... a simple change fixed it.
StealthTools is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic Tutorial??? KrYpToNiC Programming Discussions 3 01-31-2008 11:24 AM
Visual Basic Error Max Power Windows Operating Systems and Software 9 01-23-2008 05:34 PM
Create a new line on visual basic text box Mike9182 Programming Discussions 4 08-12-2007 06:35 PM
Visual Basic & FineReader 8.0. Help ! Johnny888 Programming Discussions 1 05-29-2007 07:55 PM
quick and easiest way to learn visual basic.net? maxima2k2 Programming Discussions 2 05-22-2007 08:46 AM