I was a moderately successful VB6 programmer (by that I mean nothing really complicated, just fairly simple apps for my own use). I am trying to "migrate" myself to Visual Studio 2010 (specifically VB). Oh my gosh, it's changed! Having had no experience with the interim versions, I feel like I am in way over my head.
One thing that I don't really understand is the relationship between a Visual Basic standalone application (i.e., an app that runs on a computer, not on web pages, which is what I have always developed), and a vb.net application. When I use the Visual Studio help functions for specific classes some of the pages say they are for .net features. How can I translate that to just a standalone app?
I am specifically wanting to create a simple app to capture and display incoming TCP packets from an iPhone app I am developing. That means I need to understand sockets better. It was fairly simple in VB6 (I've done it before), but I really need to do it in 2010.
My apologies for my stupidity. At 58 years old, my mind just doesn't capture new concepts like it used to, especially at the rate at which they speed past.