VB.NET - Vb7 help :D

Powahhh

Fledgling Freddie
Joined
Dec 24, 2003
Messages
87
Hello all
since it is off-topic and i do not seem to find anything that i realy want using the search engines this is my last hope :p
plz if anyone knows any site that is FREE and have walkthrought and/or exercises/paractise (or sthing similar [sp?]) for Vb 7 and Vb.Net in total
i will really appreciate your help
(if you want to can also pm me with the webbies :) )
thanx in advance:cheers:
 

SilverHood

FH is my second home
Joined
Dec 23, 2003
Messages
2,281
Why? You're much better off doing Java or Delphi if you ask me :)
 

SilverHood

FH is my second home
Joined
Dec 23, 2003
Messages
2,281
lol :D

class HelpPowahhh {
public static void main (String[] args) {
Output.writeString("Better off doing Java")
Output.writeString (" ;) ")
}
}
 

Wile E. Coyote

Fledgling Freddie
Joined
Dec 22, 2003
Messages
96
Java is my "main" programming language. Doing my graduation project for my bachelor degree now using java. Going to make a JSP on top of an Oracle DB for internal use in NSB (Our national railway company). Pretty fun making something that is actually going to be used for the first time.

So I'm inclined to agree with you SilverHood. :)

Some corrections to make your code work:

System.out.println("Better off doing Java");
System.out.println (" ;)");

:p
 

Users who are viewing this thread

Top Bottom