Sign In
The answer is 42 dear Watson.
A collection of posts made in the hope that they will be useful for a tired wayward traveler in search of a solution. Of course, the ultimate answer is 42.
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
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
.net
0x800703e9
-2147023895
32 bit
64 bit
algorithm
asynchronous
c#
combinatorial
console
custom test type
DEADLOCK
debugger
design pattern
discovery
display
dsl tools
error
event
extensibility
future
garbage
GetNativeSystemInfo
tfs
visual studio
Archive
Archives
February 2010
(1)
December 2009
(4)
October 2009
(3)
November 2008
(1)
September 2008
(2)
August 2008
(2)
May 2008
(4)
April 2008
(3)
April, 2008
MSDN Blogs
>
The answer is 42 dear Watson.
>
April, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The answer is 42 dear Watson.
DTE Events Are Different
Posted
over 4 years ago
by
VijaiKalyan
0
Comments
As I learned today, DTE events are different. Event handlers that are local are marked for garbage collection when the handler goes out of scope. That means the event handler is likely to be fired at most once or never.
The answer is 42 dear Watson.
Modifying the Item Context Menu
Posted
over 4 years ago
by
VijaiKalyan
0
Comments
I was trying to implement an AddIn that modified the context menu for project items. Specifically, C# files. After poking around for a couple of hours, I succeeded. Adding a menu item (or CommandBarControl) is relatively simple. What was complicated was...
The answer is 42 dear Watson.
Visual Studio Project Creation Wizard and Templates
Posted
over 4 years ago
by
VijaiKalyan
1
Comments
I found an interesting feature when creating a Visual Studio project template. (Details about how to create a template is left to a forthcoming post.) I was working on a wizard for the project template. In the IWizard::RunStarted method for the wizard...
Page 1 of 1 (3 items)