I have two questions:
1. I have an if statment that if true does several things. This is where im having trouble:
If something = true then something = 45 And something = 65 And something = 83
My best guess was "And" to combine those three term but i am getting an error so i was wondering what the proper way to do it was. Thx ;)
2. I have a webbrowser in my application and i am wondering how to change the type of Java it will use for Java applets ie. SUN java or regular java. Thx again:)