About 50 results
Open links in new tab
  1. vb.net - Pros and Cons of VB & VBA? - Stack Overflow

    Sep 2, 2012 · But many VB programs are spaghetti, either because they're done as quick and dirty one-offs, or because they're written by hack programmers without training in object oriented …

  2. What is the use of Module in VB.Net programming?

    Then when Visual Basic .NET was introduced, Microsoft made a real effort to make the programming language a true object oriented programming language. People likely tell you to use classes over …

  3. Send and Receive Data from TCP IP Socket Using VB.Net

    Feb 1, 2016 · Send and Receive Data from TCP IP Socket Using VB.Net Asked 9 years, 11 months ago Modified 3 years, 4 months ago Viewed 21k times

  4. What's the principal advantages of C# over VB.net? [duplicate]

    Apr 18, 2011 · I'm programming in VB.net because I'd former experience in VB 6.0 and I've familiar with its syntax. I know that C# is preferred by the biggest part of .net programmers.

  5. How to make a very simple asynchronous method call in vb.net

    Dec 5, 2016 · 0 I also was looking for information on Asynchronous programming in VB. In addition to this thread, I also found the following: beginning with Visual Studio 2012 and .Net Framework 4.5, VB …

  6. What are the differences between C#.net and Visual Basic.net?

    Feb 7, 2009 · Although there are differences between Visual Basic .NET and Visual C# .NET, both are first-class programming languages that are based on the Microsoft .NET Framework, and they are …

  7. Use VB.NET and C# in the same application? - Stack Overflow

    Oct 7, 2009 · From "Calling C# class in VB.net": I think the C# code that you want to use must be compiled as a DLL. Once that is done, simple add a reference to that project to your VB.Net project, …

  8. What is the difference between vbscript and vb.net?

    Oct 6, 2010 · VBScript is a scripting language that is used mainly for doing small automated jobs. The most powerful Windows technology is the .NET Framework. Visual Basic has been modified to be a …

  9. network programming - VB.Net Return IPv4 Address - Stack Overflow

    May 25, 2010 · VB.Net Return IPv4 Address Asked 15 years, 7 months ago Modified 14 years, 11 months ago Viewed 12k times

  10. Socket programming and telnet with VB.net - Stack Overflow

    Jul 3, 2011 · I'm writing a GUI-based app in VB.net that talks to a LambdaMOO server via telnet, sends commands to display the object hierarchy, then parses the output and creates a visual …