Thread: VB.NET vs. VB
View Single Post
  #2 (permalink)  
Old 06-15-2007, 05:39 AM
Lee's Avatar
Lee Lee is offline
PT Staff*
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: Blackpool, UK
Posts: 616
iTrader: (0)
Lee is just really niceLee is just really niceLee is just really niceLee is just really nice
Quote:
Originally Posted by HelloWorld View Post
Correct me if I'm wrong, is C# .NET ??? Because I used C# for ASP.NET pages, so I assume that C# is .NET

I also don't find any difference on the codes between .NET and the original version
As far as i know they are not the same, i have no experince with C#, they would not make another language the same as another would they.

You are not looking at the code very well then because even the most basic thing you need code for is different, to have events in your code such as the Form_Load() unlike before when you did not have to put these within any other code you now do, you have to put it inside:
HTML Code:
Public Class Formname


End Class
Thats the most basic example.
Hope it helps.

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote