has anybody have any idea about dragdrop a bitmap
-
i want to know if there is any way to drag and drop a bitmap around a window, if at all there is a way, can somebody help me out:confused: Ashok Singh
-
i want to know if there is any way to drag and drop a bitmap around a window, if at all there is a way, can somebody help me out:confused: Ashok Singh
Did you paint the bitmap to the window? Handle the WM_LBUTTONDOWN and WM_MOUSEMOVE messages to determine the position of the mouse, and the offset for which the mouse has been moved, and repaint the bitmap yourself. As long as you are doing this in just one window, it should be fairly simple. If you want to drag and drop between to applications it will be more difficult.
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!