| 
        
          | 
              
                | T O P I C    R E V I E W |  
                | XChicken | Posted - Sep 03 2006 : 11:40:27 PM IDE:VS2005
 when I choose VA:<<Surround selection on / * ( { and #>>
 and I comment the code like this:
 
 m_list.DeleteAllItems();
 while(m_list.DeleteColumn(0));
 m_list.ModifyStyle(0,LVS_REPORT);
 m_list.InsertColumn(0,_T("ProcessID"),LVCFMT_LEFT,80);
 
 when I select all the code section from m_list.DeleteAllItems() to ...LVCFMT_LEFT, 80); and I press hotkey "/"
 the comment always comments the line above the m_list.DeleteAllItems();
 
 Is it an odd thing? ^_^
 |  
                | 1   L A T E S T    R E P L I E S    (Newest First) |  
                | jpizzi | Posted - Sep 04 2006 : 12:08:14 AM How are you making the selection? If I past this code into one of my files and use the mouse to select the entire lines (by dragging in the left margin), it works just fine.
 |  |  
 |