User profile: modoran

User info
User name:modoran
History
Joined:
Number of posts:1380
Latest posts:

Deleting child button window
Just hide it using ShowWindow (clientwindow, SW_HIDE);

Having trouble trying to write to a binary file
How [code]score[/code] is defined ? Using sizeof could be the issue.

Problem with classes and linking
Is [code]color[/code] a global variable ? As it is your code, this is required.

Problem with classes and linking
Move this to color.h: [code]void print (int, int, int);[/code]

How to make a window always on top
wxWidgets uses default operating system libraries under the hood. At least on windows there is no su...