03-26-2013 08:52 AM
Hello Everyone,
This is more a general question about the SendMessageA() function of the user32.dll
Usually, when I download a VI which utilizes user32.dll, the message being sent is in hex. The MSDN library, however, lists possible options as descriptive string commands. http://msdn.microsoft.com/en-us/library/windows/desktop/ms644927(v=vs.85).aspx#system_defined
Does anyone know of a resource which connects these two? Basically, when I see a hex message in labview, I want to determine what command it is so I can understand the functionallity better. I feel converting random messages from the library into hex is a very poor way to go about this problem.
I feel this should be obvious but I'm just not seing it and i haven't found anything in the forums or google searches.
Solved! Go to Solution.
03-26-2013 09:13 AM
Microsoft themselves defines the messages in hex so for easier pairing of the messages to the command in question most pprogrammers also use hex.
<quote from your link>
Message-identifier values are used as follows:
<end quote>
There are plenty of external sites which list the value/ message pairs such as:
03-26-2013 09:17 AM
Thank you very much for the link. My google searches somehow manage to avoid those sites.
03-26-2013 09:27 AM
Well the link I posted was just an example (and I think a poor one on retrospect).
I would look for a different list which is more complete.