lifan
14 小时以前 4d56fe8b4a7def09a2a635ecbf2187e4d50a4b07
jrj/xframe/xcontrol/xcombobox.hpp
@@ -16,7 +16,6 @@
        return *this;
    }
public:
    int GetCurSel()
    {
        int CB_GETCURSEL_  = 0x0147;
@@ -151,6 +150,15 @@
        return h;
    }
   int InsertString(string str, KXMLDOMElement p)
   {
       int CB_INSERTSTRING_ = 0x014A;
       int h = SendMessage(GetHWND(), CB_INSERTSTRING_, 0, (LPARAM)str);
       SetItemData(h, p);
       return h;
   }
   int InsertString( string str, LPARAM p) 
    {
        int CB_INSERTSTRING_  = 0x014A;