FindWindow

FindWindow

am 03.08.2006 14:40:02 von Jaap

Hello,

I´ve a problem with modules in IIS. I´ve written a module for IIS
(mainserver) and the mainserver uses the function RegisterClass and
CreateWindow. A subserver uses the function FindWindow for finding the
mainserver and register himself to the mainserver. In Windows with two
applications (mainserver/subserver) this works, but in IIS it don´t work. The
subserver coud not find the mainserver (FindWindow gives NULL back). Allow
service to interact with desktop is checked.
Can somebody help me???

Thnx

RE: FindWindow

am 03.08.2006 14:49:02 von Jaap

I´m working in Windows XP Professional with IIS version 5.1 Maybe you need
this information.

"Jaap" wrote:

> Hello,
>
> I´ve a problem with modules in IIS. I´ve written a module for IIS
> (mainserver) and the mainserver uses the function RegisterClass and
> CreateWindow. A subserver uses the function FindWindow for finding the
> mainserver and register himself to the mainserver. In Windows with two
> applications (mainserver/subserver) this works, but in IIS it don´t work. The
> subserver coud not find the mainserver (FindWindow gives NULL back). Allow
> service to interact with desktop is checked.
> Can somebody help me???
>
> Thnx