Topic: Invoking from Visual Basic 2005 (1 of 1), Read 11 times
Conf: Startup, File Open, Exit
From: Ian Binnie
Date: Wednesday, December 24, 2008 12:40 AM

I have tried adding Vedit as an External Tool in Visual Basic 2005 using the following Arguments:-

"$(ItemPath)" -l$(CurLine)

Unfortunately VB puts quotes around the line number e.g. "-l25", which causes Vedit to treat this as a new file.

Is there any way to avoid this (or alternatively get VS2005 to work line VS6)