Deleting child button windowJust hide it using ShowWindow (clientwindow, SW_HIDE);
Having trouble trying to write to a binary fileHow [code]score[/code] is defined ? Using sizeof could be the issue.
Problem with classes and linkingIs [code]color[/code] a global variable ? As it is your code, this is required.
Problem with classes and linkingMove this to color.h: [code]void print (int, int, int);[/code]
How to make a window always on topwxWidgets uses default operating system libraries under the hood. At least on windows there is no su...