Welcome to Foxite.COM Community Weblog Sign in | Join | Help

October 2007 - Posts

Automating Visual Studio from VFP

Updating a file in a Visual Studio project from VFP is pretty straightforward. First up, get a reference to the project: oVS = createobject("VisualStudio.Solution.8.0") && VS2005 oVS.Open("C:\projects\example.sln")oProject = oVS.Projects(1)
posted by stuartd | (Comments Off)