[WIN] copy combo box selection into clipboard
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Oct 21, 2000
- 467 views
How can I get an item selected in a combo box copied into the clipboard? I tried: "onChange_TheCombo", copy(TheCombo), but that didn't work; then I tried: "onChange_TheCombo", copy(getItem(TheCombo,getIndex(TheCombo))) but that didn't work either. Dan Moyer