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

Search:

Type: Posts; User: mistemy

Search: Search took 0.02 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...
  5. WinInet - Can Http Connection be made that uses Windows Auth. Username/Password?

    I'm writing code that will connect to an Http server. The user may want to use a specific Username/Password and I've providing a UI so he/she can enter them. But they may alternately want to use...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured