xj qian
2024-07-18 3f7c146b097c84ecd159a7de8391168e44b04cc8
jrj/xframe/xcontrol/xcombobox.hpp
@@ -151,6 +151,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;