CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2002
    Posts
    28

    Where to find int values of WM_COMMAND etc

    Hi,

    Does anyone happen to know the name of the header find in which all the windows messages such as WM_COMMAND etc are defined? Can't find the defs in MSDN......

    thanx!

  2. #2
    Join Date
    Dec 2002
    Location
    Myanmar
    Posts
    84
    Enjoy by referencing

    <Your Visual Studio Install Directory>\VC98\Include\WINUSER.H
    Let's go together
    _columbus2003_

  3. #3
    Join Date
    Sep 2002
    Posts
    28
    Thank you!

  4. #4
    Join Date
    Oct 2002
    Location
    Islamabad
    Posts
    69
    try searching winuser.h

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured