Sign In
Martin Tracy's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
August 2007
(1)
January 2007
(1)
September 2006
(1)
August 2006
(2)
July 2006
(1)
May 2006
(5)
April 2006
(2)
MSDN Blogs
>
Martin Tracy's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Martin Tracy's Blog
WPF Sample Application using Regular Expressions to Parse Anchor Tags from HTML files.
Posted
over 5 years ago
by
martintr
0
Comments
Here's a sample application that I wrote that combines three technologies: Windows Presentation Framework Regular Expressions to parse HTML Reading HTML with HttpWebRequest and HttpWebResponse To run the sample, just press the Go button...
Martin Tracy's Blog
Developing WPF applications with Visual Studio
Posted
over 5 years ago
by
martintr
0
Comments
Windows Presentation Foundation (WPF) is Microsoft’s preferred technology for writing windows applications for Vista . You can write WPF applications with Visual Studio to run either under Windows XP SP2 or Windows Vista. You can read about WPF in Charles...
Martin Tracy's Blog
Visual Studio 2005 SDK documentation is now available on the MSDN Library Web site
Posted
over 6 years ago
by
martintr
0
Comments
Visual Studio 2005 SDK documentation is now available on the MSDN Library Web site! To access the documentation, b rowse to http://msdn2.microsoft.com/en-us/library/default.aspx . You'll find the documentation in the Table of Contents under Development...
Martin Tracy's Blog
Don't Implement Package.ProjectPackage.Dispose. Use IVsHierarchy.Close instead
Posted
over 6 years ago
by
martintr
0
Comments
Should I implement IDisposable on my managed Package.ProjectPackage project node to release expensive resources? No. Instead, put your resource cleanup code in the IVsHierarchy.Close method. Implementing IDisposable on your project node may cause...
Martin Tracy's Blog
August 2006 CTP -- IronPython Web Site Project demo installation, Part Two
Posted
over 6 years ago
by
martintr
1
Comments
You won't find the IronPython templates in the File/New Web Site dialog even after you've built or rebuilt the IronPython sample solution. You must also install the templates by typing one of these commands from the VS command prompt: >devenv /setup...
Martin Tracy's Blog
August 2006 CTP -- IronPython Web Site Project demo installation
Posted
over 6 years ago
by
martintr
0
Comments
To demo the IronPython (IP) Web site support you must first install two IP binaries into the GAC. You can find them at <Install path>/VisualStudioIntegration/Common/Assemblies/IronMath.dll <Install path>/VisualStudioIntegration/Common/Assemblies...
Martin Tracy's Blog
How to find Command GUID:ID pairs, Part Two
Posted
over 6 years ago
by
martintr
0
Comments
What if you want to find the Command GUID:ID pair associated with a context menu item? Paul Harrington uses this technique -- That one's a little tricky. The ID you want is {D309F791-903F-11D0-9EFC-00A0C911004F}:00000431 It's a little tricky to...
Martin Tracy's Blog
How to find Command GUID:ID pairs
Posted
over 6 years ago
by
martintr
2
Comments
Currently we have no way of displaying the GUID:ID pairs of Visual Studio command bars. Here's a technique presented by Paul Harrington -- With a little patience, you can get this [information] today via Export Settings. Start by resetting your settings...
Martin Tracy's Blog
Debug Engine GUIDs
Posted
over 6 years ago
by
martintr
0
Comments
[Compiled by Chetan Parmer.] Defined in Microsoft.VisualStudio.VsConstants : guidCOMPlusOnlyEng { 449EC4CC-30D2-4032-9256-EE18EB41B62B } //ComPlusOnly These GUIDs are not yet defined in VsConstants : guidNativeOnlyEng { 3B476D35-A401-11D2...
Martin Tracy's Blog
Common Web Context Menu Constants
Posted
over 6 years ago
by
martintr
1
Comments
[From the prolific pen of Douglas Hodges. Continued from Common Context Menu Constants . ] Visual Web Developer Project Specific Information : The context menu for the Web Project node has the following groups: guidVenusCmdId:IDG_CTX_BUILD...
Martin Tracy's Blog
Common Context Menu Constants
Posted
over 6 years ago
by
martintr
1
Comments
[From the prolific pen of Douglas Hodges. Continued at Common Web Context Menu Constants ] Common menu constants used by VSIP’s in extending project systems : "Project" top-level menu: IDM_VS_MENU_PROJECT Solution Explorer toolbar: IDM_VS_TOOL_PROJWIN...
Martin Tracy's Blog
Problems with the OnlineHelpSearchProvider sample
Posted
over 6 years ago
by
martintr
0
Comments
The VS SDK April CTP is finally out the door! It contains many new samples to help you get up to speed. Unfortunately, the OnlineHelpSearchProvider sample has a few known issues that weren't caught before the readme file was frozen. First of all, the...
Martin Tracy's Blog
Getting Started
Posted
over 6 years ago
by
martintr
0
Comments
Hi! My name is Martin Tracy, and I'm a programmer writer for Microsoft Visual Studio . What is a programmer writer, you ask? It means I write both documentation and sample code for the Visual Studio Software Development Kit (SDK) . During my last five...
Page 1 of 1 (13 items)