home *** CD-ROM | disk | FTP | other *** search
- PrideSoft Productions
- PO Box 5031
- Virginia Beach, VA 23471
- USA
-
-
- TPSWinShell v1.0 (32 Bit)
-
- The TPSWinShell component is designed for those developers working across MS Windows«
- platforms. The component determines which flavor of Windows shell your application is
- running under and reports back to your app so any needed proceedures may be run.
-
- Due to differences in the way the shells display their forms, you may need to change
- a caption setting or variable under the Win95 shell, but not under the Win 3.1 shell.
-
-
-
- SO, HOW DOES MY APP GET THIS INFORMATION
-
- Very easily. There are two ways to obtain this information...
-
- 1. There is a boolean variable in the control called W95Shell. It it True is your app
- is running under the new 95 shell and false if it isn't.
-
- if PSWinShell1.W95Shell then
- Label1.Caption:= 'Win95 shell found';
-
- 2. For a more automated approach, you can use the events, OnW95Shell and OnW31Shell.
- The appropriate event is fired for the shell. (OnW95Shell for Windows« 95 and
- OnW31Shell for the classic Win3.1/NT shells)
-
-
-
- REGISTERING
-
- TPSWinShell is free, however, we would like to know how far it travels. Therefore, if
- you find it useful, we'd like you to send us a postcard from your city. If you could,
- include on the card, where you found this control. You can send your card to:
-
- PrideSoft Productions
- PO Box 5031
- Virginia Beach, VA 23471
-
- If you'd like the source code, include your email address on the card as well and we'll
- send that out to you. (Of course if the thought of freeware bothers you, we certainly
- are not against monetary contributions sent to the same address.)
-
-
-
- OH YES, THE LEGAL STUFF...
-
- We'll spare you the mumbo jumbo. Basically, by using this control, you agree to the
- following terms: PrideSoft Productions releases this control "as is" with no warranty
- stated ir implied regarding its fitness for a specific purpose. We have tested the
- component and it works in our tests, but since we don't have access to the millions
- of different configurations possible, we can't guarantee it will work for you. Neither
- PrideSoft Productions, nor any of it's suppliers shall be held liable for damages or
- loss of time and/or income arising from the use of this component.