Hi, I've identified about 4000 constants from CommCtl.h and WinUser.h that are not exported by Win32::GUI.
I've autogenerated a GUI_Constants.cpp but I'm reluctant to add it to the current CVS as it seems like an incredible bloat. Perhaps this absolutely huge list of constants could be a support module for Win32::GUI? E.g.: use Win32::GUI::Constants Good idea or should they just be added to the base Win32::GUI? Remember that in Perl code these constants are rarely asked for (but are nevertheless important), so there won't be a noticeable speed hit, just a size increase (GUI.pm and GUI_Constants.cpp will grow by about 70kb and 800kb respectively). Steve