In this post, we will see how to resolve MIDI parser works fine on some files, but not others Question: For some time, I have been under the assumption that my ongoing MIDI project will not work with multi-track MIDI ...

In this post, we will see how to resolve System.IndexOutOfRangeException Error Message for arrays on Visual Basic Question: I am pretty new to Visual Basic. I am attempting to sort numbers from smallest to largest without having to use “Array.Sort” ...

In this post, we will see how to resolve SQL how to sort text with numbers alphabetically, then numerically, with additional string to right Question: Data stored in a varchar column looks like this: I’m trying to sort name first ...

In this post, we will see how to resolve Problems to fill information of 2 class Question: I have 2 class in VB.net (Item Class and Tax Class). The Item class calls the Tax class in the form of an ...

In this post, we will see how to resolve Updating to use Option Strict On Question: I am working on updating a VB.net project to use Option Strict On throughout and seeing this error: BC32013 Option Strict On disallows operands ...

In this post, we will see how to resolve Using Linq to select item with maximum value in a group Question: I have a table like that : I want to use linq to query the above table,Group by two ...

In this post, we will see how to resolve Load Date from Access database to listview vb.net Question: I am using following query to add date into ms access database. The format of DATEANDTIME is Date/Time in the ms access ...

In this post, we will see how to resolve What is the optimal way to filter rows from a DataTable? Question: I’m looking for the easiest and fastest way to get DataRows from a DataTable. These DataRows have several columns ...

In this post, we will see how to resolve How to change the format from DataTable and Show in DataGridView in vb.net Question: How to change the format of DataTable and Show in DataGridView in vb.net?. I want to change ...

In this post, we will see how to resolve What to do to reject a replace txt file request, and offer them to create new txt file instead? Question: Using this codes, I don’t know what’s wrong, I still can’t ...