.NET

How to Bind Data to the Windows Forms DataGridView Control

[inline:DataGridView Control.jpg=How to Bind Data to the Windows Forms Datagridview Control] The DataGridView control provides a customizable table for displaying data. The DataGridView class allows customization of cells, rows, columns, and borders through the use of properties such as DefaultCellStyle, ColumnHeadersDefaultCellStyle, CellBorderStyle, and GridColor. (Source: MSDN)

How to Show IP Address On Your Local Computer

Taxonomy upgrade extras

This video tutorial will teach you on how to show IP Address on your local computer using Visual Basic 2008. The video will walk you through on how to add a Label, TextBox, and Winsock control on windows forms. It then add a line of code in code editor window to display the result in a TextBox control.