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
~87 People Reached
Favorite Forums
Member Avatar for GotAmye

I'm using CreateWindowEx() function to create an "EDIT" window, i.e. where a user can type. [ICODE] g_hwndMain = CreateWindowEx(0, WC_TEXT, NULL, WS_VISIBLE | WS_BORDER | ES_AUTOHSCROLL, 0, 0, 400, 200, phwnd, NULL, g_hInstance, NULL);[/ICODE] But I would also like the window to be static. Is there a way to do …

Member Avatar for GotAmye
0
87