Remove annoying help lines.

I was wondering how I remove the help lines that comes when Im placing stuff on the from.
How do I remove them



Answer this question

Remove annoying help lines.

  • JRCJames

    the grid snappy stuff

    tools > options > Windows Forms Designer > and set the "Snap To Grid" to false



  • anglerdk

    No, the lines that align items to other items.



  • makoto117

    From the main menu...Tools....Options...Windows Forms Designer...General:

    LayoutMode=SnapToGrid

    ShowGrid =False

    SnapToGrid=False



  • Whoisit

    that is the snappy grid stuff. Or are you talking about the grid itself go to the same place and select "False" for showGrid

  • sam-pan

    DMan1 wrote:

    From the main menu...Tools....Options...Windows Forms Designer...General:

    LayoutMode=SnapToGrid

    ShowGrid =False

    SnapToGrid=False



    Works now, just had to restart vb express.



  • Remove annoying help lines.