I'm using the XNA library for image processing in GPU. All this must be done as a Windows Service (not forms).
When I create a GraphicsDevice, it requires a WindowsHandle. But the WindowService doesn't have a WindowsHandle. Even when the "window form" is created from the service, GraphicsDevice isn't created.
How to set the WindowsHandle for GraphicsDevice in WindowService?
Sorry for bad English.