message-pump Questions

4

Solved

We have a WPF busy window indicator. It is shown on the main thread using a window.ShowDialog(). On response to the Loaded event an action is executed and the window is closed so the application co...
Sheepish asked 28/10, 2016 at 11:31

8

Solved

I'm getting the following message on a big operation that I'm running: The CLR has been unable to transition from COM context 0x1fe458 to COM context 0x1fe5c8 for 60 seconds. The thread that ...
Benildis asked 26/1, 2011 at 16:4

3

Solved

When a COM object is instantiated on an STA thread, the thread usually has to implement a message pump in order to marshal calls to and fro other threads (see here). One can either pump messages m...
Astigmia asked 5/2, 2014 at 7:57

3

Solved

pythoncom.PumpMessages() From what I understand this line basically tells the program to wait forever. For my purposes it seems to be working. However, I'd like to be able to end the program given...
Shoffner asked 16/5, 2011 at 20:44

1

I'm surprised to see that there is not a lot of explained documentation on the function pythoncom.PumpMessages(), or for the pythoncom module. So what does pythoncom.PumpMessages() and pythoncom.P...
Naidanaiditch asked 7/6, 2015 at 9:15

1

I don't know much about Windows Message Pump but I guess events are triggered using Message Pump. When my Web browser control navigates to some websites it fires various events of Document Comple...
Hypaesthesia asked 27/11, 2014 at 9:32

2

Solved

I have a fairly simple console application written in .NET. Sometimes the application is run in batch mode without an operator, other times it is run "out of pocket". If it's running in batch mode,...
Hexagonal asked 31/8, 2012 at 19:44

3

Solved

I have a program that needs to sit in the background and when a user connects to a RDP session it will do some environment setup then launch a program. When the program is closed it will do some ho...
Pyle asked 7/5, 2010 at 22:5

3

Solved

I want to forward a message (such as WM_MOUSEWHEEL) when I'm over this control with the mouse, without stealing the focus. This problem can be easily solved intercepting the message with an IMessag...
External asked 17/5, 2011 at 20:46

7

Solved

We're having problems with Windows silently eating exceptions and allowing the application to continue running, when the exception is thrown inside the message pump. For example, we created a test ...
Play asked 12/4, 2010 at 12:59

3

Solved

The usual VB way to handle a computationally heavy task is to put it in a background worker thread, while the main thread keeps handling the UI. Say for whatever reason I needed to do this the oth...

6

In this thread (posted about a year ago) there is a discussion of problems that can come with running Word in a non-interactive session. The (quite strong) advice given there is not to do so. In on...
Boutwell asked 8/2, 2010 at 14:53

4

Solved

Skip to the bottom for the question; this is just some extra info I am using a component (GeckoFX) to render some websites, well fine, yet it can only be used in a Windows Form; as it has to bind ...
Frankforter asked 14/10, 2009 at 14:48

3

Solved

I have a Windows Service written in C# that handles all of our external hardware I/O for a kiosk application. One of our new devices is a USB device that comes with an API in a native DLL. I have a...
Winterwinterbottom asked 14/3, 2010 at 21:33
1

© 2022 - 2024 — McMap. All rights reserved.