Posted: Fri Jun 12, 2009 2:23 pm Post subject: [C++] using tab controls ?!
how would i create a tab control on my form using CreateWindowEx?
what's the class name of that control, and how can i control of which tab is pressed?
thanks a lot
You can create a tab control by calling the CreateWindowEx function, specifying the WC_TABCONTROL window class.
Quote:
When the user selects a tab, a tab control sends its parent window notification messages in the form of WM_NOTIFY messages. The TCN_SELCHANGING notification message is sent before the selection changes, and the TCN_SELCHANGE notification message is sent after the selection changes.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum