xj qian
2024-07-08 d9a3310323b9f8767ade1a115239577ea8772c17
jrj/xframe/xcontrol/xcombobox.hpp
@@ -16,6 +16,12 @@
        return *this;
    }
public:
    static int GetCurSel(HWND hWnd)
    {
        int CB_GETCURSEL_ = 0x0147;
        return SendMessage(hWnd, CB_GETCURSEL_, 0, 0);
    }
    int GetCurSel()
    {
        int CB_GETCURSEL_  = 0x0147;