Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 609285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:32:59+00:00 2026-05-13T17:32:59+00:00

I’m receiving a windows message with code 1092 (0x444) and I don’t know what

  • 0

I’m receiving a windows message with code 1092 (0x444) and I don’t know what it is. It’s higher than WM_USER but I searched our code base and found no reference so I don’t think it’s one of ours… does Windows use custom messages above 0x400 and if so how can I look this up?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:33:00+00:00Added an answer on May 13, 2026 at 5:33 pm

    From the documentanion of WM_USER:

    Message numbers in the second range
    (WM_USER through 0x7FFF) can be
    defined and used by an application to
    send messages within a private window
    class. These values cannot be used to
    define messages that are meaningful
    throughout an application, because
    some predefined window classes already
    define values in this range. For
    example, predefined control classes
    such as BUTTON, EDIT, LISTBOX, and
    COMBOBOX may use these values.

    Messages in this range should not be
    sent to other applications unless the
    applications have been designed to
    exchange messages and to attach the
    same meaning to the message numbers.

    So, that message can be anything.
    A quick look in the MFC source code, for example, reveals these definitions

    // COMMCTRL.H
    #define TB_ADDBUTTONSW        (WM_USER + 68)
    
    // RICHEDIT.H
    #define EM_SETCHARFORMAT      (WM_USER + 68)
    

    I searched for 68 because 0x444 = 0x400 + 0x44 = WM_USER + 68

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 380k
  • Answers 380k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you're using session identifiers stored in cookies, session fixation… May 14, 2026 at 10:00 pm
  • Editorial Team
    Editorial Team added an answer There are Code Contracts built into .NET 4. That's probably… May 14, 2026 at 10:00 pm
  • Editorial Team
    Editorial Team added an answer No, it's not possible to have different CSS depending on… May 14, 2026 at 10:00 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.