About 50 results
Open links in new tab
  1. 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 …

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

    Dec 5, 2016 · 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 …

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

  4. 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 compiled. If you …

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

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

  6. 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 Visual …

  7. VB.NET on Linux - Stack Overflow

    May 20, 2011 · 15 Is it possible to run VB.NET in Linux? I have written code in VB.NET and compiled it as well using Visual Studio in Windows. Can the same code be written (and compiled) on Linux as …

  8. GoTo statements and alternatives in VB.NET - Stack Overflow

    May 9, 2016 · 11 I've posted a code snippet on another forum asking for help and people pointed out to me that using GoTo statements is very bad programming practice. I'm wondering: why is it bad? …

  9. vb.net - VB program to calculate grades - Stack Overflow

    Aug 10, 2013 · VB program to calculate grades Ask Question Asked 12 years, 7 months ago Modified 12 years, 7 months ago

  10. 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 ?