At least several of the samples don't work (show errors already when I open the project). I hope, they will be corrected soon!?
This one is just an example:
If I open the 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
I assume, these samples have been prepared using a beta version of VB2005?
When/where is there a corrected version of the samples?
Werner