View Single Post
  #3 (permalink)  
Old 07-08-2008, 01:30 AM
Matt1745 Matt1745 is offline
Newbie
 
Join Date: Jul 2008
Location: Houston, Tx
Posts: 3
Rep Power: 0
Matt1745 is on a distinguished road
Default Re: ClientSize in C++

The window size parameters for the CreateWindowEx method are for the window size, and not the client size. Also, it doesn't look like I have access to any variables inside of the HWND object.
Reply With Quote