I have a Userform in VBA 2007 Excel on which I have several textboxes and a listbox.
I am able to initiate the drag and drop but cannot work out how to prevent user from dropping the data into the wrong textboxes.
I have searched the net but cannot find the answer to what must be a common problem. Can anyone help? - Please!!
Search Result
Collapse
4 results in 0.0030 seconds.
Keywords
Members
Tags
-
Roger Davies started a topic In drag & drop how do I prevent user dropping on the wrong textbox? VBA Userformin Visual BasicIn drag & drop how do I prevent user dropping on the wrong textbox? VBA Userform
-
What listview event fired when mouse over column header
I notice that when the mouse is over a column header of a listview control, that column header is focused (or highlighted). In this case, what event is fired ?
The reason I ask is I have listview control with 14 columns,
I also have labels that I want to drag-n-drop the labels over the listview column headers. When that occurs, I will change the column header text to the label text.
I have all the codes done... -
Drag File from ListView to Explorer or Mail Window
I have a list view box that shows the files in a directory. I want to drag from the list box to an e-mail window or an explorer window (file folder) and have the file copied to there. Here are the problems I am facing:
1.) When I release the mouse button on a drag event, the dragdrop interrupt only fires when the release is in the ListView box itself (not useful.) I am guessing that I would do an event on the mouse being releaded?... -
Treeview Inside Gridview
Hi,
I want to display like treeview that contain three column. I will bind the tree view from database dynamically.
Can any one help,