Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Apr : Using FindWindow in IIS?

www.cryer.info
Managed Newsgroup Archive

Using FindWindow in IIS?

Subject:Using FindWindow in IIS?
Posted by:"Mark Tiede" (mtie..@mjwcorp.com)
Date:Wed, 23 Apr 2008 10:40:08 -0400

A while ago I created an app with a memo.  In my WebBroker app, I searched
for this window using FindWindow.  When I found it, I would "log"
information to that window by posting a message to it with a copy of a
string.  Basically I was able to see a foreground trace of a background
(isapi) program.

It used to work like a champ.  But today when I tried it, FindWindow isn't
able to find the window and gives error 2.  Is this some sort of security
hole that Microsoft has closed or is there some other reason that my trace
doesn't work anymore?

Glossary

Replies:

www.cryer.info
Managed Newsgroup Archive