I saw another post on the following VS 2005 bug -- but itwas forthe express edition...
It appears grid/guide toggling in the WinForm designeris simply broken in VS2005. The only way to toggle the grid is to go tothe Options dialog and change 'LayoutMode' to/from 'SnapToGrid'. Then exit / restart VS2005.
The Toggle Grid / Toggle Guides buttons on the Dialog Editor toolbar never become enabled. Similarly, I've added menu items to the Format menusuch as"Guide Settings..." and these never become enabled. (Also, the Tab Order button works on the Layout toolbar, but Tab Order menu item I added to the Fromat menu never becomes enabled.)
I've investigated this on three different VS 2005 installations with consistent results. I've also tried both existing VS2003 projects and new VS2005 projects.
Are other VS2005 usersseeing this behavior? Am I missing some new trick / gotcha with WinFroms in VS2005? Or is ths just a real (and rather obvious) bug in the VS2005 IDE?
Bill Griffis