I\'m coming from Eclipse, working in Visual Studio 2008 Express and just want to highlight code, right-click and comment it out.
Visual Assist X also has better shortcuts for this:
/ - comment the block with // * - comment the block with /* */
/
//
*
/* */
I'm not sure if it Visual Assist works with The express edition though