home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / newobj10.zip / newobj10.txt < prev   
Text File  |  1997-10-18  |  3KB  |  96 lines

  1. NewObj Ver 1.00 - Copyright (c) Matt Linder, 1997
  2.  
  3. This program is FREE! All though I won't turn away
  4. any $ you wish to pass my way.
  5.  
  6.  
  7. Contacting the author:
  8. ===================
  9. You can send your comments or suggestion to me at one of the following
  10. email addresses mlinder@ibm.net or mlinder@deathsdoor.com
  11.  
  12.  
  13. Description:
  14. ==========
  15. NewObject is a programming tool for the OS/2 operating system,
  16. that will allow you to register and/or replace a class with the WPS
  17. (Work Place Shell). It will also allow you to remove any class
  18. registered with the WPS.
  19.  
  20. This program is mainly intended as a programming tool for wps
  21. programmers, but its usefulness is not limited to programmers alone.
  22.  
  23.  
  24. Disclaimer:
  25. =========
  26. This product is provided to you "AS IS", without warranty of any kind.
  27. In no way, shall the I be liable for any damages arising out
  28. of your use of this program.
  29.  
  30.  
  31. Using the program:
  32. ================
  33. I am only providing a description of all the controls in the program at
  34. this time, because it should be obvious to any wps programmer how
  35. to use it, and besides what do you want for free.
  36. If you really don't understand something, send me an email and I
  37. will try to help you out.
  38.  
  39.  
  40. Understanding program controls:
  41. ===========================
  42. 1. Class Name - is the name of the class you want to register with the wps.
  43.  
  44. 2. Path to .dll file - is the complete path and name of the .dll file you want
  45.    to register.
  46.  
  47. 3. Register - used to register a class.
  48.  
  49. 4. Create Instance - will allow you to create an instance of a class.
  50.  
  51. 5. Deregister - will deregister the class listed in the 'Class Name' entry field.
  52.  
  53. 6. Classes - will show you all the classes registered with the wps and
  54.    allow you to remove them.
  55.  
  56. 7. Class to Replace - the name of the class you want to replace.
  57.  
  58. 8. Register & Replace - used to register and replace a class.
  59.  
  60. 9. Restore & Deregister - used to restore the class listed in 'Class to Replace',
  61.    to its previous state and deregister the class listed in 'Class Name'.
  62.  
  63. 10. About - Press it and see.
  64.  
  65. 11. Save Data - will save the 'Class Name', 'Path to .dll file' & 'Class to Replace'
  66.     entry fields to the NewObj.ini file. This allows you to quickly test your class
  67.     again without entering the same data all the time, during development.
  68.  
  69. 12. Clear - will erase all entry fields.
  70.  
  71. 13. Exit - will Close the program.
  72.  
  73.  
  74. Create Instance Dialog box:
  75. =======================
  76. 1. Class - You may change this to any class name you want,
  77.    by default it will contain the class you entered in the
  78.    'Class Name' field of the main dialog box.
  79.  
  80. 2. Title - This value is required to create an object. It can be
  81.    any name that follows the OS/2 naming convention.
  82.  
  83. 3. Setup String - This is an optional value that allows some
  84.     control over the object being created.
  85.  
  86. 4. Location - Any valid path to create the object in, the
  87.    default is the desktop.
  88.  
  89.  
  90. Registered Classes Dialog box:
  91. =========================
  92. 1. Select the class to deregister and press the 'Deregister' button.
  93.    You will be prompted to confirm deregistering a class using this method,
  94.    because of the possible problems a user could get into deregistering a
  95.    system class.
  96.