home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / win32 / 2546 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!usc!news.service.uci.edu!ttinews!tanru!terence
  3. From: terence@tanru.tti.com ( Terry)
  4. Subject: Want a windows program to come up at boot
  5. Message-ID: <1992Dec18.231403.27205@ttinews.tti.com>
  6. Summary: Can get program started but window not visible.
  7. Sender: Terence Davis
  8. Nntp-Posting-Host: tanru.tti.com
  9. Organization: Transaction Technology Inc.
  10. Date: Fri, 18 Dec 1992 23:14:03 GMT
  11. Lines: 23
  12.  
  13.  
  14. We are trying to get a program to start at boot-up.  I've investigated the
  15. Service API and can get the program started.  The problem is the NT
  16. logon screen, it is always in the foreground.  I know the window is up
  17. since I put a Beep() just before the message loop starts but I don't see
  18. the main window of my application, just the logon screen.  If I then
  19. logon the very first window displayed, before the program manager, is the
  20. main window of my application.
  21.  
  22. I looked at the clock program that comes with NT.  It has an "Always on top"
  23. selection.  I used spy and discovered that clock creates a timer.  Is clock
  24. using ShowWindow at each timer message to keep itself up front?  Would this
  25. override winlogon?
  26.  
  27. I've also tried renaming winlogon.exe to my application, that didn't
  28. work.  Is there something I'm missing.  At the NT Device Developers
  29. conference we were led to believe that this idea is possible.
  30.  
  31. Any help is greatly appreciated.
  32.  
  33. Thanks,
  34.  
  35. Terry (terence@soldev.tti.com)
  36.