What category should I put my article in?
-
I'm writing an article about how to write Browser Helper Objects (BHOs) using plain C++ (without MFC or ATL). Along with explaining the BHO code, the article also explains in detail the COM code. Should I put this article in the "COM / COM+" section or in the "Shell and IE programming" section. Or, better, is it possible to put the article under both sections?
-
I'm writing an article about how to write Browser Helper Objects (BHOs) using plain C++ (without MFC or ATL). Along with explaining the BHO code, the article also explains in detail the COM code. Should I put this article in the "COM / COM+" section or in the "Shell and IE programming" section. Or, better, is it possible to put the article under both sections?
I'd go for the Shell section, since you're writing about a shell feature. Just because something uses COM, doesn't mean it automatically goes in the COM section. (Heck, you have to use COM when using a great number of shell features.)
--Mike--