ReadMe.txt
上传用户:yayuwl
上传日期:2022-03-18
资源大小:8952k
文件大小:3k
源码类别:

CAD

开发平台:

VBA

  1. AutoCAD DwgThumbnail Control Version 1.8
  2. DwgThumbnail is provided "AS IS" without any expressed or implied warranty. You are free to use, reverse engineer, modify and redistibute it.
  3. CONTENTS:
  4. * Introduction
  5. * How to install
  6. * Notes
  7. * Revision History
  8. Introduction
  9. ============
  10. DwgThumbnail is an OCX that you can use to display the bitmap thumbnail saved in the AutoCAD R13/R14 drawing file.
  11. How to install DwgThumbnail
  12. ===========================
  13. The zip file you received should contain the following files:
  14. ReadMe.txt
  15. DwgThumbnail.ocx
  16. DwgThumbnail.hlp
  17. Steps to install DwgThumbnail 
  18. 1. Copy the files into a folder
  19. 2. Run Regsvc32 with DwgThumbnail.ocx as an argument
  20. for example:
  21. regsvr32 c:<YOURINSTALLDIRECTORY>dwgthumbnail.ocx
  22. You can use other registration methods. Please refer to the documentation that comes with your development environment.
  23. Notes
  24. =====
  25. -DwgThumbnail includes no UNICODE support as of this release.
  26. -Since some APIs used by DwgThumbnail are buggy (see KB article Q138105) on Window 95 DwgThumbnail may  display   ugly thumbnails in case the control is smaller than the actual bitmap. This does not affect NT40 users as  the bug has been fixed there. 
  27. Revision History
  28. ================
  29. 1.0 
  30. -Initial Implementation
  31. 1.1 
  32. -Removed bug leaking memory
  33. -Fixed bug on Style property page causing the wrong blting mode to be set
  34. 1.2 
  35. -Added support for windowless creation
  36. -Added support for persistence of BitmapBackColor, StretchBltMode and NoMagnify properties
  37. -DwgThumbnail now shows a "focus rectangle" when it has the focus
  38. 1.3
  39. -Fixed a memory leak introduced by version 1.2
  40. -Added support for the Picture property
  41. -Help string added to be displayed by object browsers
  42. -Help context added to methods, properties events to enable controllers to display context sensitive help
  43. 1.4
  44. -Added HasFocusRect property
  45. -DwgThumbnail now opens files in sharDenyNone mode making it possible to view drawing thumbnails for files that are already open in AutoCAD
  46. -Fixed problems exprienced when using the the control with fm20.dll (the form engine currently used by VBA)
  47. -Made the properties better integrated in VB(A) property pane. (All properties are bindable.)
  48. 1.5
  49. -Added explicit check for file version. (Some pre-13 dwgs caused dwgthumbnail to hang.)
  50. 1.6
  51. -Added the DwgFileName property to persistent data of the control. (This lets HTML authors to use "<PARAM NAME .." syntax for this property.)
  52. -Updated the help file to include information about what properties are persistent.
  53. 1.7
  54. -Fixed Picture property: background color now reflects one set by the control not the original in the dwg file.
  55. 1.8
  56. -Changed to static linking of MFC and the CRT. It makes the ocx bigger but it is still small enough and much easier to support.