LiFan
2024-07-11 68b5f20342840110c78bea1badd46ffd1ce5ab0c
jrj/xframe/xcontrol/xcombobox.hpp
@@ -16,11 +16,6 @@
        return *this;
    }
public:
    static int GetCurSel(HWND hWnd)
    {
        int CB_GETCURSEL_ = 0x0147;
        return SendMessage(hWnd, CB_GETCURSEL_, 0, 0);
    }
    int GetCurSel()
    {