PDA

View Full Version : Just a Visual Basic question..


shamas
15th June 2002, 04:16
Curious as to how i would drag a url (the text from a VB listbox) to winamp?... Ive never messed with that sort of thing, and could really use it in this program im making.. Any help would be appreciated ;D

Thanks, Nick

Gourou
15th June 2002, 22:42
change the listbox's properties... DragMode, OLEDragMode, and OLEDropMode all to automatic

shamas
16th June 2002, 00:21
That can't be it?... what else do I have to do?.. and OLEDropMode doesnt have an auto property.. just manual or none..