April 28th, 1999, 11:34 AM
I'd like to Drag and drop text beetwen two views in an MDI application. How can I change default cursor during the drag and drop operation.
Thanks.
Thanks.
|
Click to See Complete Forum and Search --> : Cursor and Drag And Drop April 28th, 1999, 11:34 AM I'd like to Drag and drop text beetwen two views in an MDI application. How can I change default cursor during the drag and drop operation. Thanks. Hardeep Singh April 29th, 1999, 05:33 AM Use CView::OnDragOver(). In this function, you can change the cursor to whatever you want, to give visual feedback. Just remember to keep your code small and fast, 'cause this function will be called continuously as you drag! -Hardeep codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |