Be a Supporter!
Response to: Vb 6.0 Help - Button Code Posted May 29th, 2006 in Programming

Personally, I say forget learning VB and learn a programming language that's worth learning. Like C/C++. My high school made us learn VB rather than C++ like most normal high schools do, and I've resented them ever since. VB is not very useful in everyday life. You may find a job that requires it, but it's unlikely.

Response to: Java helloworld troubleshooting Posted May 29th, 2006 in Programming

Yeah, it can't be a syntax problem because the compiler would have complained.
I'm sure if you forgot to import anything it would have complained too. Did you form your print statement properly? Lets see the code perhaps.