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 …

  2. Develop Android App Using VB.Net? - Stack Overflow

    Aug 27, 2015 · i just wanted to start learning to develop mobile applications.. is there a way to create an app using Visual Basic .Net ?

  3. 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 …

  4. 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 …

  5. Wait .5 seconds before continuing code VB.net - Stack Overflow

    Wait .5 seconds before continuing code VB.net Asked 12 years, 6 months ago Modified 2 years, 5 months ago Viewed 442k times

  6. 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, 8 months ago Modified 3 years, 1 month ago Viewed 21k times

  7. Classes vs. Modules in VB.NET - Stack Overflow

    Is it considered an acceptable practice to use Modules instead of Classes with Shared member functions in VB.NET? I tend to avoid Modules, because they feel like leftover remains from …

  8. 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, …

  9. Simple working Example of json.net in VB.net - Stack Overflow

    Apr 28, 2017 · Simple working Example of json.net in VB.net Asked 11 years, 8 months ago Modified 5 years, 7 months ago Viewed 221k times

  10. Is Excel VBA the same as VB.NET - Stack Overflow

    Jul 16, 2012 · VB.NET is a modern language, having the same capabilities as C#, but the syntax is terrible, so I personally prefer C#. VBA is an interpreted language, while VB.NET is …