To set a margin guide in Visual Studio requires a minor Registry Hack (*)
First, use RegEdit to go to the key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Text Editor.
Next, create a new string value "Guides" with value "RGB(128,128,128) 99" (sans quotes). This creates a gray guideline just after the 99th column.
Change RBGB(r,g,b) to change the colour of the guide; you can create multiple guides by separating them with commas at the end.
(*) Usual warnings apply - stuff up your Registry and your machine is hosed. Take precautions.
Recent comments
2 weeks 1 day ago
2 weeks 2 days ago
3 weeks 5 days ago
3 weeks 6 days ago
8 weeks 3 days ago
9 weeks 2 days ago
9 weeks 2 days ago
9 weeks 3 days ago
11 weeks 6 days ago
12 weeks 2 days ago