Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~536 People Reached
Favorite Forums

1 Posted Topic

Member Avatar for SiPexTBC

When you're hiding the window you can't find it anymore on your controlbar... use other controls.. here's the full list: private const int SW_HIDE = 0; private const int SW_SHOWNORMAL = 1; private const int SW_NORMAL = 1; private const int SW_SHOWMINIMIZED = 2; private const int SW_SHOWMAXIMIZED = 3; …

Member Avatar for FreakyEddie
0
536

The End.