Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MS Access Treeview Drag problems
Name: NWSkyWagon Date: October 16, 2008 at 12:52:18 Pacific OS: XP SP2 CPU/Ram: 2GB Product: Fugitsu/Lifebook
Comment:
I have read a few of the responses here, and am impressed with the replies. In that regard I'd like to ask this question. I am attempting to implement an MS Access 2003 solution involving Treeview MSCOMCTL.OCX. Almost all of my solution works save for dragging and dropping(within to the control) with the right mouse button. It seems that neither setting the dragmode for the control to ccOLEDragAutomatic or ccOLEDragManual has any affect. To see what was happening, I placed a msgbox in the OLEStartDrag event for the control. As as expected it fired when drag mode was set to automatic and I had depressed the left mouse button, but did not fire when I used the right, nor did it fire when I set the drage mode to Manual and dragged with either left or right button depressed even though I added ctlName.OLDDrag to the ctlName_MouseDown event. By the way I did verify that drop mode was set to manual in all cases. I also verified the mousemove was working using a suggestion offered by Chi in a mouse related post. Any ideas suggestions would be welcome. thanks.
Summary: I have created an MS Access db, 2 of the fields relate to time...StartTime & EndTime. From this I have created a query to display the attendance time ([EndTime]-[StartTime])*24 which gives me the dif...
Summary: Hi, I have a MS-Access 2003 database. I modified the properties of one of the tables(added name description). After that, the reports using this table started throwing out an error and the database cr...
Summary: I have a db designed using MS Access that I would like to distribute to my friends. But I want to make sure that they cannot change VB coding. How do I do this? ...