Index: dll/shellext/netshell/lanstatusui.cpp =================================================================== --- dll/shellext/netshell/lanstatusui.cpp (revision 68269) +++ dll/shellext/netshell/lanstatusui.cpp (working copy) @@ -430,6 +430,10 @@ hDlgCtrl = GetDlgItem(hwndDlg, IDC_DETAILS); + /* Highlights the entire row instead of just the selected item in the first column. + This increases readability on the selected item in the list. */ + SendMessage(hDlgCtrl, LVM_SETEXTENDEDLISTVIEWSTYLE, 0, LVS_EX_FULLROWSELECT); + /* get client rect */ GetClientRect(hDlgCtrl, &rect);