Archive for April, 2010
Working with winmm.dll to play audio files in .NET
April 29th, 2010I’m working on a little utility application that will transfer audio files from a recorder to a computer drive. Part of the functionality is to display the audio files, and let users listen to a little snippet of the audio file if they so desire. A quick google search led me to this page containing [...]
DataGridViewComboBox Column Properties
April 26th, 2010I am copying this verbatim from a post I found by Kevin Spencer which is the clearest explanation I have seen of the main properties of a DataGridViewComboBox. It’s here for my reference. Yay if it helps you too!
The DataGridView itself has a DataSource property that determines what columns are in it. The [...]