Jump to content

Guisendmsg, Guirecvmsg


SlimShady
 Share

Recommended Posts

Hi,

I would like to use two features/messages (whatever they're called).

I have the following information:

WM_LBUTTONDBLCLK (515 - 0x00000203)

WM_CONTEXTMENU (123 - 0x0000007B)

I want to use them in a listbox;

I want to rightclick an item, so a popup shows up and can choose (example), delete or copy.

OR

I want to doubleclick an item (exactly like in Windows Explorer) and a msgbox shows up that prompts me what i want to do with the file/item.

I hope you can help me.

Link to comment
Share on other sites

WM_* messages are window messages usually sent to your application in response to events (Such as the user moving the mouse, clicking, minimizing, et cetera). GuiSend/Recv is mostly for control specific messages you can send. They have prefixes like BM_ (Button), EM_ (Edit), et cetera (Varies from control to control). They instruct the control to change it's behavior or ask the control for the data it holds or information about it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...