message-loop
C# - Waiting for WinForms Message Loop
I have to write an C# API for registering global hotkeys. To receive the WM_HOTKEY message, I use a System.Windows.Forms.NativeWindow and run an own message loop with System.Windows.Forms.Appl开发者_如[详细]
2023-04-04 03:40 分类:问答for windows programming in use direct windows api i should use MessageLoop?
in windows programming ishould use MessageLoop? i seeany program have messageLoop but in this code the autor dont use messageloop[详细]
2023-02-03 05:45 分类:问答Win32: What is making my message loop work incorrectly in that example?
I recently ran into a situation where I wanted to use a modeless dialog in Win32\'s. Win32: Toolbar dialog seems to never get focus and causes the main window to process slow!?[详细]
2023-01-31 04:36 分类:问答Changing a Window's message loop thread
Recently I tried putting a window\'s message loop in its own thread, and I wondered why it never received any messages, but I have learned that Windows posts messages to the thread that created the wi[详细]
2023-01-28 13:50 分类:问答Code hot swapping in Erlang
I recently saw a video about Erlang on InfoQ, In that video one of the creators presented how to replace the behavior of a message loop.[详细]
2023-01-01 23:00 分类:问答Threading 101: What is a Dispatcher?
Once upon a time, I remembered this stuff by heart. Over time, my understanding has diluted and I mean t开发者_开发知识库o refresh it.[详细]
2022-12-19 21:13 分类:问答Fireing Android Dialogs from another thread without Message Loop
In a SurfaceView, I\'m dispatching new thread that draws on canvas within standard \"LockCanvas-Draw-unlockCanvasAndPost\" loop. (note that thread doesn\'t contains message loop).[详细]
2022-12-16 14:02 分类:问答Window moving and resizing interferes with MsgWaitForMultipleObjects
I have an application that message-loops using MsgWaitForMultipleObjects to catc开发者_如何学Ch additional events while pumping ui messages. It seems that as soon as a window is being moved or resized[详细]
2022-12-08 05:20 分类:问答