Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: What is the value of WS_EX_APPWINDOW ?

  1. #1

    What is the value of WS_EX_APPWINDOW ?

    Hi,

    In my api I couldn't find the constant WS_EX_APPWINDOW. Maybe this is replaced with another constant with another name ? I need to know the value (hex or normal) of this constant.

    Thanks,

    Edo

  2. #2
    Intern Contributor
    Join Date
    Feb 2000
    Location
    Germany
    Posts
    95

    Re: What is the value of WS_EX_APPWINDOW ?

    in winuser.h :
    #define WS_EX_APPWINDOW 0x00040000L

Posting Permissions

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