ReFran Posted October 19, 2005 Share Posted October 19, 2005 Would it be possible to Drag & Drop multiple files from the WinExplorer on a listview GUI? I saw the examples for an input box, but didn't found any for listviews. Best regards, Reinhard Link to comment Share on other sites More sharing options...
ReFran Posted October 20, 2005 Author Share Posted October 20, 2005 Mmmh ...., seems not to be possible or to less information? If that is not possible can I create an invisible (transparent) input-box over the listview box/GUI? Best regards, Reinhard Link to comment Share on other sites More sharing options...
Valuater Posted October 20, 2005 Share Posted October 20, 2005 maybe as an idea.. You could put a GUICtrlCreateInput() ( Not an input Box ) on your gui and then read from that to update the listview ?? 8) Link to comment Share on other sites More sharing options...
ReFran Posted October 20, 2005 Author Share Posted October 20, 2005 maybe as an idea..You could put a GUICtrlCreateInput() ( Not an input Box ) on your gui and then read from that to update the listview??8)OK, will try that way.Thanks, Reinhard Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now