update.txt
上传用户:yangzi5763
上传日期:2007-01-02
资源大小:239k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. Update:
  2. Version 1.02
  3.  - put tootips for partial visible items.
  4.  - auto register xFloorWnd.ocx.
  5.  - first page has caption or not
  6.  - customizable separator
  7.  - set font for items.
  8.  - correct bug: height = 0 for list box, after unselecting item
  9.  - edit mode is open when user press key.
  10. Version 1.03
  11.  - color picker 
  12. Version 1.05
  13.  - ADOR.Recordset feature
  14.  - IObjectSafety implementation
  15.  - first column resizing
  16.  - animation in general page
  17.  - data picker
  18.  - BUG: growing up GDI memory available under Win95. Corrected
  19.  - BUG: when you try to close a form, and you have opened a ADOR recordset the system crach
  20.  - UNICODE accept
  21.  - Link button
  22.  - Return Button
  23.  - Font picker.
  24.      GetValue(nIndexPage,nIndexProperty,0) return for a font property a dispatch to IFont
  25.  SetValue(nIndexPage,nIndexProperty,0) Set a IFont interface as default value
  26.      GetValue(nIndexPage,nIndexProperty,1) return for a font property color
  27.  SetValue(nIndexPage,nIndexProperty,1) Set new color for this
  28.  - Color picker
  29. SetValue and GetValue allow.
  30.  - BUG: After resize, the control do not open
  31. Version 1.06
  32.  - Arrow in VB do not work. Corrected
  33.  - Group property accept.
  34.  - New Event: Delete item
  35. Version 1.07
  36.  - control accept now NCombo property.
  37.  - control accept now NADOR property. This is a combination between NCombo and ADOR recordset