954,124 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

New to VB.NET

Hello, I am new to Visual Basic.NET, and programming. I am wondering if someone can help me get to understand the VB.NET language. I learned some visual basic 6, but none of that seems to works anymore in the new version. Before in VB6 I could make a chat client in Winsock stuff, but now that no longer accepts the code. Can anyone help me get used to the newer concept?

Thanks!

William
Newbie Poster
2 posts since Mar 2003
Reputation Points: 10
Solved Threads: 0
 

Sure, but this question is too broad. You got anything more specific? Also, the fact that you're new to programming might make it a little bit more difficult. Can you be more specific about your needs?

samaru
a.k.a inscissor
Team Colleague
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
 

I would just like to get a basic idea of how to say make a button pop up and say Test or something. I need some vb.net code to look at so I can get used to it instead of vb6.

William
Newbie Poster
2 posts since Mar 2003
Reputation Points: 10
Solved Threads: 0
 

VB.NET should come with some sample code, no? The microsoft.com website is very useful for stuff of the sort, as well. (Since .NET is proprietary to microsoft, they want to do all they can to influence programmers to use their language).

Also try here: http://www.windowsforms.com/
I found this site in the LINKS section here at TechTalk

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

I think I would know VB.NET the most here ::grins::. Remember, since you are in VB.NET, you want to avoid using things that are external from the .NET Framework.

So what do you do? Simple :-)! Check out the System.Net.Sockets namespace, and have some fun :-). Need more help? Google search works great, or ask here!

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

You can lern VB.NET through internet by web tutorials, help etc..

for vb.net beginers try these links

http://net-informations.com/vb/index.htm

besics for .NET framework

http://net-informations.com/vb/framework_basics.htm

tks,
rps

Hello, I am new to Visual Basic.NET, and programming. I am wondering if someone can help me get to understand the VB.NET language. I learned some visual basic 6, but none of that seems to works anymore in the new version. Before in VB6 I could make a chat client in Winsock stuff, but now that no longer accepts the code. Can anyone help me get used to the newer concept?

Thanks!

rps_x
Newbie Poster
5 posts since Feb 2008
Reputation Points: 10
Solved Threads: 0
 

Hello, I am new to Visual Basic.NET, and programming. I am wondering if someone can help me get to understand the VB.NET language. I learned some visual basic 6, but none of that seems to works anymore in the new version. Before in VB6 I could make a chat client in Winsock stuff, but now that no longer accepts the code. Can anyone help me get used to the newer concept?

Thanks!


Winsock manipulation is done through .NET remoting and serialization in VB.NET 2005. Almost any object can be serialized and it's data sent across networks and deserialized to show the data on the other end.

Look into Step by Step from Microsoft Press and .NET Remoting by Ingo Ramer if you wish to do more chat type programs

SolTec
Junior Poster in Training
67 posts since Jan 2008
Reputation Points: 10
Solved Threads: 4
 
Jugortha
Junior Poster
172 posts since Oct 2007
Reputation Points: 11
Solved Threads: 16
 

someone has revived an old thread. Actually it does help for the newcomers

arjunsasidharan
Practically a Posting Shark
826 posts since Aug 2006
Reputation Points: 347
Solved Threads: 13
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You