alex / alex/what-happens-when

Edit Controls (Win32 API)

未关闭
#44 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
43.3k
派生
5.7k
PR 合并指标
30 天内没有已合并 PR

描述

> The window (hWnd) that is active is actually an edit control

While this is the case when you enter the URL into say, the "Run Command" (WIN+R hotkey) dialog, most browsers implement their own GUI toolkit. To Windows (the OS) such a browser with all the widgets in its window just looks like one large top level window with no actual child windows. Hence the message gets dispatched to the browser toplevel window and the browsers toolkit then has to go through the whole paces of determining which control has the focus and dispatch the contents of the WM_CHAR messages.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。