About 5,500 results
Open links in new tab
  1. How to convert a .txt file to CSV in PowerShell?

    Oct 26, 2016 · This is a forum for the small Basic programming language , you should be looking for the PowerShell forum. On another note a txt file can be a csv file so if you cannot get it to work on …

  2. How to check if some elements of 2D array are equal in c# sharp

    Oct 27, 2020 · 1. This forum is for Microsoft Small Basic programming language. Details are described in PLEASE READ BEFORE POSTING. So you need to find an appropriate community to ask your …

  3. How to Delete Data in SQL Local Database in visual basic.

    Oct 4, 2011 · Hi I’m new in programming and I’m making a simple project in visual basic 2008 express edition. My problem was I can’t delete a row of data in my database, I’m using SQL local data source …

  4. Integer versus real - Microsoft Community

    Apr 28, 2011 · Integer versus real Really basic question. I have a variable that is always an integer (occassionally large, so I'll say a Long Integer). Back in ancient times, there was a difference …

  5. KeyValuePair VS dictionary - social.msdn.microsoft.com

    Jul 1, 2008 · The foreach statement of the C# language (for each in C++, For Each in Visual Basic) requires the type of the elements in the collection. Since each element of a collection based on …

  6. Distinguish between forward and reply mail. - social.msdn.microsoft.com

    Jul 16, 2012 · I applied a basic check to the subject line which checks if it starts with "FW :" to determine if its a forwarded mail. But this check fails in case of a drafted mail is clicked with a forward or a reply …

  7. disable all shortcut key in VBA - social.msdn.microsoft.com

    Jan 24, 2011 · What you have to do is no different whether you make a VBA macro or use another programming language... The only thing you could do that would be different would be to …

  8. Add a "Click" event to a class - social.msdn.microsoft.com

    Jan 28, 2010 · Hi! Im trying to face how to add to a class, a Click event, I mean, when i click on an instance of that class, i want to fire some event, which i want to handle. Im coding in VB so i´d rather …

  9. Format, Year, And Datetime Function not Recognized

    Mar 13, 2012 · The Format () function which is supposedly a Visual basic function gives the error:

  10. Pointers and ByRef - social.msdn.microsoft.com

    Sep 10, 2012 · Typically, the "best" way to handle this is to use a wrapper class. Instead of using a Double value directly, place the Double within a class, and save a reference to the class. This allows …