If I open the mentioned project I get the error message:
The designer cannot process the code at line 102: Me.bindingNavigatorAddNewItem.SettingsKey = "frmMain.bindingNavigatorAddNewItem" The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again.
The ErrorList contains several entries like:
Error 1 'SettingsKey' is not a member of 'System.Windows.Forms.ToolStripButton'. .\Chapter01\GeneratedDataGridView\Main.Designer.
vb 103 9 GeneratedDataGridView
Sorry, I am just starting with VS2005. Did I do anything real stupid?
Werner