ezzetabi Posted September 10, 2004 Posted September 10, 2004 Can the inputbox part of Comboxes accept drag and drop files like standalone input controls? If so how?
jpm Posted September 10, 2004 Posted September 10, 2004 Can the inputbox part of Comboxes accept drag and drop files like standalone input controls? If so how? <{POST_SNAPBACK}>No it has to be an input control to accept drag&drop
ezzetabi Posted September 10, 2004 Author Posted September 10, 2004 Any workaround for copying the full path of a selected file inside an inputbox? Allow drag'n'drop in comboboxes should be added in the todo list.
jpm Posted September 10, 2004 Posted September 10, 2004 Any workaround for copying the full path of a selected file inside an inputbox? Allow drag'n'drop in comboboxes should be added in the todo list. <{POST_SNAPBACK}>I don't understand your suggestion. You can make a GUI input control accepting the drag&drop file. I don't really know if a combo control can accept a drag&drop file but as input control can who matters.
ezzetabi Posted September 10, 2004 Author Posted September 10, 2004 Well. Just because you can use keyboards, why they invented mice? The fact is I need it in a combo box!
Valik Posted September 10, 2004 Posted September 10, 2004 Well. Just because you can use keyboards, why they invented mice? The fact is I need it in a combo box! <{POST_SNAPBACK}>So, emulate a combo-box by using an input control and a listbox. That's all a "combobox" is doing behind the scenes, anyway.
ezzetabi Posted September 10, 2004 Author Posted September 10, 2004 This is a smart idea I'll try, thanks.
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