Must have missed it in my readings. Using VB.net 2.0 and WIndows forms (not ASP pages) Is there anyway to create a master windows form so that when controls are pasted from the toolbox, theirprope...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23343...
This is my first VB.net 2.0 project but I'm an experienced MS Access developer (for better or worse). I'm trying to convert an obnoxious MS Access for to VB.net. The form has a tab control with f...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23344...
I thought I had seen everything. I have a Combo box on a windows form. The valueItem is and ID Field, the display Item is a description field. Works Great when I select an item like ":206" but e...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23348308.htm...
As an old Access programmer, I'm totally befungled with Windows Forms Data Grid Views and VB.net. It is so simple to refer to a cell in a row in a subform in an MS Access Form and get the cell's v...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23358...
This is probably a stupid question, but it's driving me crazy.
I have an [Add Gizzy] Button on a Gidget Form that opens a Gizzy entry form. The Gidget Form has a field 'GidgetNumber' that I wan...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
I'm new to VB.net and for months I have been searching for a way to get the value of a datagridview cell using the ColumnName and the Row. I have been told on this site and several others either t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23373255.htm...
I need to set the value of a WIndows Form DataGridView Cell to the value of another Cell. The datatype for the cell is Integer. If the value to set does not exist (is null), VB.net doesn't seem t...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2338...
I'm totally confused in using a bound DataGridView control. I have a Windows Form with a bound DataGrid View. I'm doing some testing with it because it doesn't seem to behave the way I would exp...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23386...
I would like to delete a row from a datagridview using a button in the row.
I can delete the row in the datagridview using the attached snippet, but this doesn't delete the record in the under...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23388018.htm...
I'm trying to do entry validation in a DataGridView. I created a sub using the CellValidating event to test the data and that works great. IF the data is bogus, I can cancel the event using e.can...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2339...