Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 VB.net
Index -> Programming, Visual Basic and Other Basics -> Visual Basic Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
MysticAngel




PostPosted: Thu May 22, 2003 8:26 pm   Post subject: VB.net

just wondering if anyone has tried VB.NET ???

I wanted to lean but i dont know how good it is
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Thu May 22, 2003 10:37 pm   Post subject: (No subject)

VB.Net is Visual Basic for the .Net framework... much like C#, for web based applications. I have not tried it yet... I probably should give it a try over the summer and figure out if I should convince my teacher to teach .Net next year or Java as its planned Confused
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
DrDave




PostPosted: Thu Sep 04, 2003 7:31 pm   Post subject: (No subject)

I use vb.net, I love it... Its so easy and quick to make a small application.

The only Con to .net is that it requires the .net framework Crying or Very sad
Dan




PostPosted: Thu Sep 04, 2003 10:15 pm   Post subject: (No subject)

DrDave wrote:
The only Con to .net is that it requires the .net framework Crying or Very sad


ROFL


Then why not just use VB?
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
DrDave




PostPosted: Sat Sep 06, 2003 8:30 pm   Post subject: (No subject)

Can you do this in vb old?

code:
Dim TW As IO.TextReader = IO.File.OpenText("c:\text.txt")
Dim data as string = TW.ReadToEnd()
TW.Close
MsgBox(data)



or this?

code:

Private t as Threading.Thread
Public Sub StartAThread()
   t = New Threading.Thread(AddressOf GoThreads)
   t.Start()
End Sub
Protected Sub GoThreads()
   Dim i as int64
   Dim s as string
   For i = 0 to int64.MaxValue
      s &= "This is in its own thread, and wont bog the GUI too much."
   Next
End Sub


?
Tony




PostPosted: Sat Sep 06, 2003 9:02 pm   Post subject: (No subject)

ohh Surprised new stuff...

Dave - dont worry too much about Dan, he doesnt know any VB so he wouldn't know.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
rizzix




PostPosted: Sat Sep 06, 2003 9:44 pm   Post subject: (No subject)

actually vb.net is a major imporvement over vb.
if u are to learn vb learn vb.net

the main imporvement is that vb.net is oo.

but if you are to ask me vb.net over java. i'll go for java.

once you know java then next thing you know ur programming ur washing machine!!!
Tony




PostPosted: Sat Sep 06, 2003 11:35 pm   Post subject: (No subject)

rizzix wrote:
programming ur washing machine!!!


rizzix - share the code after you're done, I wanna customize my washing cycles too Laughing
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Sponsor
Sponsor
Sponsor
sponsor
bugzpodder




PostPosted: Mon Sep 08, 2003 7:37 pm   Post subject: (No subject)

easy to drag and make buttons of your choices Wink
Dan




PostPosted: Tue Sep 09, 2003 8:56 pm   Post subject: (No subject)

i do know some stuff about vb, alought not alot about vb.net. i just thougth it was funny how it was side that vb.net whould be better with out the .net Laughing
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
FDisk87




PostPosted: Fri Dec 05, 2003 4:53 pm   Post subject: (No subject)

I like VB.Net much better, it has become much more object orriented.
Display posts from previous:   
   Index -> Programming, Visual Basic and Other Basics -> Visual Basic Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 11 Posts ]
Jump to:   


Style:  
Search: