CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mistemy

Search: Search took 0.03 seconds.

  1. Re: Window won't display from service when run on Windows 7

    I think I found an explanation to this. It took a while because I was looking for something described for Windows 7. But the change occured in the O/S before that, Windows Vista:

    Services have...
  2. Re: Window won't display from service when run on Windows 7

    "Allow service to interact with desktop" is checked on the Logon tab.
  3. Re: Window won't display from service when run on Windows 7

    The Create() function in the service to create the window (a dialog) succeeds. I can't find any other Windows API calls made from the window pointer.
  4. Window won't display from service when run on Windows 7

    I am debugging a Windows service that I need to run on Windows 7. The service was developed to display a window when it is running. (Yes, I know that isn't standard operating procedure.) The window...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured