About 33,400 results
Open links in new tab
  1. What are the differences between C#.net and Visual Basic.net?

    Feb 7, 2009 · Visual C# .NET may have a few more "power" features such as handling unmanaged code, and Visual Basic .NET may be skewed a little toward ease of use by …

  2. How do I convert from a string to an integer in Visual Basic?

    Oct 10, 2011 · How do I convert from a string to an integer? Here's what I tried: Price = CInt(Int(txtPrice.Text)) I took out the Int and I still got an exception.

  3. vb.net - How to exit an application properly - Stack Overflow

    Nov 25, 2010 · 1 The following code is used in Visual Basic when prompting a user to exit the application:

  4. vb.net - Calling REST API from Visual Basic - Stack Overflow

    May 16, 2019 · The REST API call will go into a Visual Basic Windows Service once I get it working, There is a form named form1 which has a txtURL textbox, a button to call sub Main(), …

  5. VB.NET on Linux - Stack Overflow

    May 20, 2011 · ** About Visual Basic (not VB.NET, due to the original question) ** Note that the last version of visual basic is 6.0, released in 1998, declared legacy during 2008 and …

  6. vb.net - Deserializing JSON in Visual basic - Stack Overflow

    Deserializing JSON in Visual basic Asked 12 years ago Modified 6 years, 4 months ago Viewed 115k times

  7. .net - What is the difference between VB and VB.NET? - Stack …

    Sep 19, 2013 · It is equivalent to the .NET Framework System.Char data type. The Short data type, a signed 16-bit integer, was named Integer in earlier versions of Visual Basic. The …

  8. Convert a .NET Framework VB project to .NET Core

    Jul 4, 2020 · 3 For some reasons, I have to convert some projects (VB.NET and C#) to .NET Core. I've followed info from various sources, from Convert .Net Core to .Net Framework and …

  9. Syntax for rounding up in VB.NET - Stack Overflow

    May 19, 2010 · The basic function for rounding up is Math.Ceiling (d), but the asker specifically wanted to round up after the second decimal place. This would be Math.Ceiling (d * 100) / 100.

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

    Oct 6, 2010 · Visual Basic .NET (aka VB .NET) On the other hand, Visual Basic .Net was a progression of the Visual Basic language to target the common language run-time (CLR) …