Click here to Skip to main content
15,924,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Required header <conio.h> of C-library Pin
oOomen14-Mar-04 3:57
oOomen14-Mar-04 3:57 
GeneralRe: Required header &lt;conio.h&gt; of C-library Pin
Prakash Nadar14-Mar-04 6:01
Prakash Nadar14-Mar-04 6:01 
GeneralMFC: Problem using CWnd::SendMessage Pin
Davex_13-Mar-04 17:20
Davex_13-Mar-04 17:20 
GeneralRe: MFC: Problem using CWnd::SendMessage Pin
Ravi Bhavnani13-Mar-04 17:28
professionalRavi Bhavnani13-Mar-04 17:28 
GeneralRe: MFC: Problem using CWnd::SendMessage Pin
Davex_14-Mar-04 4:16
Davex_14-Mar-04 4:16 
GeneralProperty Pages/Sheets/Tab Controls Pin
Anonymous13-Mar-04 14:41
Anonymous13-Mar-04 14:41 
GeneralRe: Property Pages/Sheets/Tab Controls Pin
Prakash Nadar13-Mar-04 15:31
Prakash Nadar13-Mar-04 15:31 
GeneralRe: Property Pages/Sheets/Tab Controls Pin
Ravi Bhavnani13-Mar-04 17:35
professionalRavi Bhavnani13-Mar-04 17:35 
A tab control is not a property sheet. A tab control is only the "tabs" part of a property sheet. There are couple of things you can do:
  1. Create child window dialogs for every page. Create a custom tab control that displays a specific child window in response to a tab selection. This isn't hard but is non-trivial. I'll post an article that has a canned class that you can use, soon.

  2. Use a modeless CPropertySheet. See this[^] MSDN article for instructions.
Hope this helps.

/ravi

My new year's resolution: 2048 x 1536
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralCreateProcess in WinXP Home Pin
Wojciech Klessa13-Mar-04 9:53
Wojciech Klessa13-Mar-04 9:53 
GeneralRe: CreateProcess in WinXP Home Pin
Michael Dunn13-Mar-04 10:22
sitebuilderMichael Dunn13-Mar-04 10:22 
GeneralRe: CreateProcess in WinXP Home Pin
Wojciech Klessa13-Mar-04 10:37
Wojciech Klessa13-Mar-04 10:37 
Generalexport MySql Table to DBase Table Pin
BlackDice13-Mar-04 9:24
BlackDice13-Mar-04 9:24 
GeneralBitmap blit using DirectX Pin
Christopher Lloyd13-Mar-04 8:17
Christopher Lloyd13-Mar-04 8:17 
GeneralRe: Bitmap blit using DirectX Pin
JWood13-Mar-04 8:57
JWood13-Mar-04 8:57 
GeneralRe: Bitmap blit using DirectX Pin
Christopher Lloyd15-Mar-04 1:13
Christopher Lloyd15-Mar-04 1:13 
GeneralPrint Grid In MFC Pin
Nike_pointer13-Mar-04 7:13
Nike_pointer13-Mar-04 7:13 
Generalbackground color of system tray Pin
quzi13-Mar-04 7:04
quzi13-Mar-04 7:04 
GeneralRe: background color of system tray Pin
Prakash Nadar13-Mar-04 15:23
Prakash Nadar13-Mar-04 15:23 
GeneralRe: background color of system tray Pin
quzi14-Mar-04 19:54
quzi14-Mar-04 19:54 
GeneralRe: background color of system tray Pin
Prakash Nadar14-Mar-04 20:11
Prakash Nadar14-Mar-04 20:11 
GeneralPropertypages problem Pin
DrRayen13-Mar-04 4:42
DrRayen13-Mar-04 4:42 
Generalstart button Pin
gonenb13-Mar-04 1:55
gonenb13-Mar-04 1:55 
GeneralRe: start button Pin
Maximilien13-Mar-04 3:22
Maximilien13-Mar-04 3:22 
GeneralRe: start button Pin
gonenb13-Mar-04 20:29
gonenb13-Mar-04 20:29 
GeneralRe: start button Pin
Prakash Nadar13-Mar-04 22:36
Prakash Nadar13-Mar-04 22:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.