发表于:2001-10-24 14:29:00
3楼
add item in your combobox
wcAddItem ( "ComboBox_1", "2001.10.18 2:10 200 102 209" );
wcAddItem ( "ComboBox_1", "2001.10.18 2:12 210 112 219" );
wcAddItem ( "ComboxBox_1, tagname ) ;
...
p.s tagname as message type
or load item from txt file
wcLoadList("Combobox_1", "c:\InTouch.32\wclist.txt");
etc.