hello everybody,
this may be a silly question - but are there really silly questions
i've started converting a few apps from vb6 to vb2005 (express) and everything works fine, except that i'm not able to display the grid in the windows forms designer.
i've set the gridSize-option to 8;8 (e.i. left the value untouched, i've tryed 4;4 aswell) and set the showGrid-option to true. but the grid will not appear. what is it i'm doing wrong can anybody help
thanks
helmut

VB2005-Express: Display Grid in Windows Forms Designer
M Popiela
All three problems arose at the same time.
msnashok
Lakewise
Where is the help Due to this cause (snaptogrid property of asp.net formdesigner, Show grid layout properties not working)
I don't work and develop ASP.NET application with VS2005 beta2 . Can you help me Urgently!!
MSwift
1. Choose Tools -> Options
2. Under the Windows Forms Designer node, select General
3. Change LayoutMode to SnapToGrid
4. Change ShowGrid to True
5. Click OK and close any open designer windows
The grid will now be enabled.
sunslight
Edamepsel
James Atkin
I tried all the steps. It did not work. I thought this was one of simple things in VS. Is there a bug here