xj qian
2024-07-09 6c05d4f3d5e7cd966be24c7d0ab70e5aae51b614
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()
    {