Files Drag operation
-
hi... i have a diaog box(derived from cdialog) on that treecrtl(another class) is also there... i want to drop some a file inside the tree ctrl... Instead of dialog class if i use view class the functions onDragenter() ondragover() ondrop() these all are supporting....but the above all functions i want to acess in dialog class...i tried....but it is saying that cdialog class does not support.. have any idea.... pls reply ...
-
hi... i have a diaog box(derived from cdialog) on that treecrtl(another class) is also there... i want to drop some a file inside the tree ctrl... Instead of dialog class if i use view class the functions onDragenter() ondragover() ondrop() these all are supporting....but the above all functions i want to acess in dialog class...i tried....but it is saying that cdialog class does not support.. have any idea.... pls reply ...
Have you tried implementing IDropTarget in your tree control? http://www.catch22.net/tuts/dragdrop.asp
-
Have you tried implementing IDropTarget in your tree control? http://www.catch22.net/tuts/dragdrop.asp
ya...using that only i did in view class...but the same thing it is not supporting in Cdialog class