home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / WNSHELL / WNSHEL32.TXT < prev    next >
Encoding:
Text File  |  1996-04-11  |  2.4 KB  |  58 lines

  1.                              PrideSoft Productions
  2.                                  PO Box 5031
  3.                             Virginia Beach, VA 23471
  4.                                      USA
  5.  
  6.  
  7. TPSWinShell v1.0 (32 Bit)
  8.  
  9. The TPSWinShell component is designed for those developers working across MS Windows«
  10. platforms. The component determines which flavor of Windows shell your application is
  11. running under and reports back to your app so any needed proceedures may be run.
  12.  
  13. Due to differences in the way the shells display their forms, you may need to change
  14. a caption setting or variable under the Win95 shell, but not under the Win 3.1 shell.
  15.  
  16.  
  17.  
  18. SO, HOW DOES MY APP GET THIS INFORMATION
  19.  
  20. Very easily. There are two ways to obtain this information...
  21.  
  22. 1. There is a boolean variable in the control called W95Shell. It it True is your app
  23.    is running under the new 95 shell and false if it isn't.
  24.     
  25.     if PSWinShell1.W95Shell then
  26.        Label1.Caption:= 'Win95 shell found';
  27.  
  28. 2. For a more automated approach, you can use the events, OnW95Shell and OnW31Shell.
  29.    The appropriate event is fired for the shell. (OnW95Shell for Windows« 95 and
  30.    OnW31Shell for the classic Win3.1/NT shells)
  31.  
  32.  
  33.  
  34. REGISTERING
  35.  
  36. TPSWinShell is free, however, we would like to know how far it travels. Therefore, if
  37. you find it useful, we'd like you to send us a postcard from your city. If you could,
  38. include on the card, where you found this control. You can send your card to:
  39.     
  40.     PrideSoft Productions
  41.     PO Box 5031
  42.     Virginia Beach, VA 23471
  43.  
  44. If you'd like the source code, include your email address on the card as well and we'll
  45. send that out to you. (Of course if the thought of freeware bothers you, we certainly
  46. are not against monetary contributions sent to the same address.)
  47.  
  48.  
  49.  
  50. OH YES, THE LEGAL STUFF...
  51.  
  52. We'll spare you the mumbo jumbo. Basically, by using this control, you agree to the
  53. following terms: PrideSoft Productions releases this control "as is" with no warranty
  54. stated ir implied regarding its fitness for a specific purpose. We have tested the
  55. component and it works in our tests, but since we don't have access to the millions
  56. of different configurations possible, we can't guarantee it will work for you. Neither
  57. PrideSoft Productions, nor any of it's suppliers shall be held liable for damages or
  58. loss of time and/or income arising from the use of this component.