Edit Controls (Win32 API)
Aberta
- 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.