Windows message pump problems

2005-08-16 Thread Cantankerous Old Git
I am trying to write a program that I hope to get working as a command-line app to start with, and then eventually use a windows service wrapper to call it as a service. Its purpose is to attach to an already running (not ours) service using an API DLL, where it will do houskeeping and monitori

Re: Windows message pump problems

2005-08-16 Thread Neil Hodgson
Cantankerous Old Git: > Problem 1: > If I have another thread call DestroyWindow after a delay, it gets an > error "permission denied". I really can't see why. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/wind

Re: Windows message pump problems

2005-08-18 Thread Cantankerous Old Git
Neil Hodgson wrote: > Cantankerous Old Git: > >> Problem 1: >> If I have another thread call DestroyWindow after a delay, it gets an >> error "permission denied". I really can't see why. > > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/wind