Re: Drag-and-drop from an HMENU



<ir0nh34d@xxxxxxxxx> wrote in message news:408ff60e-52be-41ef-994a-44b306269572@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is it possible to enable drag-and-drop from an HMENU? If so, could
someone please provide some pointers on how I would go about doing
that?


Does the WM_MENUDRAG notification give you what you need?

http://msdn.microsoft.com/en-us/library/ms647606(VS.85).aspx

Mark

--
Mark Salsbery
Microsoft MVP - Visual C++



Thanx!

Chris

.



Relevant Pages

  • Re: How to check if Gdiplus::Image and Gdiplus::Graphics are invalid?
    ... "sas" wrote in message ... You check pointers the usual way. ... Mark Salsbery ... Microsoft MVP - Visual C++ ...
    (microsoft.public.win32.programmer.gdi)
  • Re: Event firing from another thread.
    ... Microsoft MVP, MCSD ... this in the server so that client code will be executed completly. ... "Alexander Nickolov" wrote: ... Firing a notification blocks the calling STA in a modal message ...
    (microsoft.public.win32.programmer.ole)
  • Re: Deleting Pointers from STL Vector
    ... > I'm iterating over a vector of base class pointers and deleting those ... You told the compiler to set toDie to NULL. ... ManagedPtr uses a notification to inform the pointers to be set to ...
    (comp.lang.cpp)
  • Re: The Demise of C#
    ... > Even in VB6 i was able to emulate using pointers when i had to, ... >> Kevin Spencer ... >> Microsoft MVP ... >> ..Net Developer ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: CAsyncSocket OnReceive() not always called
    ... the native async socket model. ... you receive multiple times in a single notification. ... Microsoft MVP, MCSD ...
    (microsoft.public.win32.programmer.networks)

Loading