Hi,
Currently have a working application running on NT4 with IIS 3.0. Am trying to make it run on IIS 5.1 (using Windows XP OS for testing purpose). The server component when started creates a window (class = ROUTER, title = Router11) and waits. The client side is invoked via browser thru a CGI executable client.exe (eg. The client.exe will attempt to look for the server component window Router11 using FindWindow(x,y) where x=ROUTER and y=Router11. However, a null handle is always returned. Have gone through the IIS settings (comparing with my IIS 3.0 setup) and have gone through the program code but could not figure out what is the problem.
Anyone can help?
Gavin
Currently have a working application running on NT4 with IIS 3.0. Am trying to make it run on IIS 5.1 (using Windows XP OS for testing purpose). The server component when started creates a window (class = ROUTER, title = Router11) and waits. The client side is invoked via browser thru a CGI executable client.exe (eg. The client.exe will attempt to look for the server component window Router11 using FindWindow(x,y) where x=ROUTER and y=Router11. However, a null handle is always returned. Have gone through the IIS settings (comparing with my IIS 3.0 setup) and have gone through the program code but could not figure out what is the problem.
Anyone can help?
Gavin