I came across that problem too. I did figure out how to get around it and created the buttons that were needed.
However within the same chapter I came across another problem. I have sent this through using the errata form but it may be worth mentioning here. The description that I sent is as follows:-
Page 117 step 3 of the Try it Out states within the With Statement that ".Anchor = AnchorStyles.Bottom + AnchorStyles.Right". When you enter this in Visual Basic 2005 Express states that this is a mistake and suggestes that it is changed to ".Anchor = CType(AnchorStyles.Bottom + AnchorStyles.Right, AnchorStyles)"
The odd thing is that the downloaded code for this book is exactly as the book states and it works fine. It wont work when I type it in. I thought this may have been due to a mistake that I had made but if it is I cant find it. I have been right back to the begining of the book and double checked everything I can find. Luckily when you accept the change that
VB 2005 Express sugests it works fine however it is confusing for a beginer
Regards,
Figgis