| Version 3.x | Action | Version 4.x |
|---|---|---|
| ctlUniLabel (Windowed) |
changed to | ctlUniLabelWL (WindowLess) |
| ctlUniLabelNoFlick (Windowed + Autoredraw) |
renamed to | ctlUniLabelXP (Windowed + Autoredraw) |
| ctlUniFrameXP (Not compatible with Windowless controls) |
changed to | ctlUniFrameWL (Compatible with WindowLess controls) |
| ctlProgressVista | removed | |
| ctlProgressXP (Windowed) |
changed to | ctlProgressWL (WindowLess) |
| ctlUniImageXP (Windowed) |
changed to | ctlUniImageWL (WindowLess) |
| ctlUTF8Menu | renamed to | ctlUniMenu |
| added | ctlColorWL (WindowLess) * |
|
| added | ctlUniButtonImageWL (WindowLess) * |
|
| added | ctlUniCheckWL (WindowLess) * |
|
| added | ctlUniRadioWL (WindowLess) * |
|
| added | ctlUniLinkWL (WindowLess)* | |
| ctlUniListView | added | 100% compatible ListView control |
| cUniSubClass/cUniTimer | removed | This seems to be useless for our customers |
| clsSearchFiles/clsSearchFilesFInfo (Used VB6 Collections, quite slow when accessing files via index) |
changed to | clsSearchFilesAL/clsSearchFilesFInfoAL (Uses cArrayList, 100x faster) |
| added | cArrayList collection | |
| clsUniFile | modified | Removed the internal cache management, now uses the OS features for caching data |
| various .tlb files used at development time (Needed only at development time) |
changed to | HexOle21.tlb (Needed only at development time) |
| GDI+ Support | added | Added major GDI+ classes, used by controls |