|
发表于 2011-8-24 16:58:59
|
显示全部楼层
回复 6# netegg
33714好些有用的新功能:象
- Added #604: $GUI_BKCOLOR_TRANSPARENT can be used with label, group, radio, checkbox controls.
不用调GDI+来干了
- Added #461: StringReplace() from right to left if occurrence <0 as for StringInStr().
这样方便正则不好的人
- Added #582: GUICtrlSetTip() can be used on TabItem controls. (Thanks ProgAndy)
这个的确需要
- Added: GUI without title bar (no $WS_CAPTION) can be moved with the mouse.
坛子里问这个的帖子不知有多少
- Added #815: Temporary variables can be passed ByRef.
更加方便地‘想当然’传参了
- Added #918: Added Quality parameter to GUICtrlSetFont() and GUISetFont().
这个早就应该有的,现在才加上
以上功能都是实实在在,在实际应用中 |
|