I would like to find the values of some of windows API constants, such as, but not limited to LVM_ENABLEGROUPVIEW & WM_SHOWWINDOW
Looking on the n
Download the SDK and search the header files (all the .h files) using your favorite full-text search tool.
Pinvoke.net can serve in a pinch (Constants) but doesn't necessarily have everything.
The message values are constant across all development environments.