alex / alex/what-happens-when

Edit Controls (Win32 API)

Aberta
#44 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Sem dados de linguagem
Estrelas
43.3k
Forks
5.7k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

> 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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.