Index: dll/shellext/netshell/lanconnectui.cpp =================================================================== --- dll/shellext/netshell/lanconnectui.cpp (revision 68269) +++ dll/shellext/netshell/lanconnectui.cpp (working copy) @@ -447,6 +447,12 @@ This->ShowNetworkComponentProperties(hwndDlg); return FALSE; } + else if (LOWORD(wParam) == IDC_UNINSTALL) + { + MessageBoxW(NULL, L"Unimplemented\n", L"Note!", MB_OK | MB_ICONINFORMATION); + FIXME("Uninstalling a network component is unimplemented.\n"); + return FALSE; + } else if (LOWORD(wParam) == IDC_CONFIGURE) { LPOLESTR DeviceInstanceID;