Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #107.55K
~150 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for wingwarp

Creating controls (buttons) in C++ is fairly simple. You should already know how to create a window. A button is basically a window (it is creating in the same way with CreateWind), the main differences are that a button/control has its parent handle set to the HWND of the main …

Member Avatar for Ancient Dragon
0
150

The End.