[Win32gui-code] Tab dialog - automapping design time trouble
Status: Beta
Brought to you by:
jtorjo
From: Tom S. <tom...@si...> - 2005-10-21 15:46:13
|
Hi, I'm having some trouble with tab dialogs - more specifically, getting tabs added "automatically" via using the resource editor at design time, as in the tab_dialog example in the lib. The example works fine, but when I create my own project, and basically do the same thing, no tabs are created. I have: Main dialog (IDD_XPNDLG), with tab control (IDD_tabdialog1), and 2 static text controls on the tab control, corresponding to the two subdialogs for display on the tabs (IDD_NETWORK_TAB, IDD_LOG_TAB). Upon execution, I just get the dialogs displayed on the tab control at the positions of the static text controls - no tabs are created. I've also tried naming the dialogs exactly like the ones in the example - no luck. Any help would be appreciated. |