Thread: WS_EX_ flags for DWORD

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    2

    WS_EX_ flags for DWORD

    I'm sortta new to the whole windows programming with WinMain and was wandering if anyone knows of a site or could tell me all the flags(constants) for the DWORD parameter in the function CreateWinEx( ), I've searched msdn over and over again but I can't seem to find it.

    thanks.

  2. #2

  3. #3
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    I assume you mean CreateWindowEx(). Type the function name into google or alltheweb and the MSDN documentation will be one of the first couple of results.

  4. #4
    Registered User
    Join Date
    May 2004
    Posts
    2
    You guys are awsome thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. obtaining which combination of flags are being set
    By stanlvw in forum C++ Programming
    Replies: 4
    Last Post: 07-16-2008, 02:43 AM
  2. Cannot get interface flags: Invalid argument
    By nasim751 in forum C Programming
    Replies: 1
    Last Post: 04-15-2008, 02:27 AM
  3. Using 'flags'
    By cyreon in forum C++ Programming
    Replies: 11
    Last Post: 01-28-2008, 04:21 PM
  4. Bit Flags
    By Padawan in forum C Programming
    Replies: 15
    Last Post: 03-30-2004, 10:38 PM
  5. Flags, the ambiguity of
    By Jeremy G in forum C++ Programming
    Replies: 1
    Last Post: 01-25-2003, 11:41 PM