|
I don't use Apache on Windows myself, but I think I've read about this before: essentially, Apache is running as the SYSTEM user which does not have the rights to load anything on the screen.
From what I can remember, you need to tell Windows to run the service as the user whose GUI is being run (and whose GUI the program will eventually load on).
|