Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalreading data from bitmaps Pin
Rajveer29-Jan-02 6:21
Rajveer29-Jan-02 6:21 
GeneralRe: reading data from bitmaps Pin
Michael A. Barnhart29-Jan-02 16:26
Michael A. Barnhart29-Jan-02 16:26 
GeneralDynamic/Custom arrays, filestorage (databases) Pin
Peter Pearson29-Jan-02 6:12
Peter Pearson29-Jan-02 6:12 
GeneralNon-MFC dialog hyperlinks Pin
IGx8929-Jan-02 5:53
IGx8929-Jan-02 5:53 
GeneralRe: Non-MFC dialog hyperlinks Pin
Not Active29-Jan-02 6:12
mentorNot Active29-Jan-02 6:12 
GeneralRe: Non-MFC dialog hyperlinks Pin
IGx8929-Jan-02 6:28
IGx8929-Jan-02 6:28 
QuestionNon-MFC property sheets? Pin
IGx8929-Jan-02 5:51
IGx8929-Jan-02 5:51 
AnswerRe: Non-MFC property sheets? Pin
Ravi Bhavnani29-Jan-02 6:20
professionalRavi Bhavnani29-Jan-02 6:20 
Yes.

InitCommonControls(); 
hwndTab = CreateWindow (WC_TABCONTROL, "", 
                        WS_CHILD | WS_CLIPSIBLINGS | WS_VISIBLE, 
                        0, 0, rcClient.right, rcClient.bottom, 
                        hwndParent, NULL, g_hinst, NULL);
Note that a tab control is not a property sheet. An MFC property sheet contains a tab control (and property pages).

/ravi

"There is always one more bug..."
ravib@ravib.com
http://www.ravib.com
GeneralRe: Non-MFC property sheets? Pin
IGx8929-Jan-02 6:20
IGx8929-Jan-02 6:20 
GeneralRe: Non-MFC property sheets? Pin
Ravi Bhavnani29-Jan-02 6:37
professionalRavi Bhavnani29-Jan-02 6:37 
GeneralRe: Non-MFC property sheets? Pin
IGx8929-Jan-02 6:36
IGx8929-Jan-02 6:36 
GeneralRe: Non-MFC property sheets? Pin
Ravi Bhavnani29-Jan-02 6:54
professionalRavi Bhavnani29-Jan-02 6:54 
GeneralCFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 5:20
Jamie Hale29-Jan-02 5:20 
GeneralRe: CFile::GetFileTitle() broken. Pin
Joaquín M López Muñoz29-Jan-02 6:01
Joaquín M López Muñoz29-Jan-02 6:01 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 6:16
Jamie Hale29-Jan-02 6:16 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jon Hulatt29-Jan-02 6:45
Jon Hulatt29-Jan-02 6:45 
GeneralRe: CFile::GetFileTitle() broken. Pin
Ravi Bhavnani29-Jan-02 6:57
professionalRavi Bhavnani29-Jan-02 6:57 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 7:30
Jamie Hale29-Jan-02 7:30 
GeneralRe: CFile::GetFileTitle() broken. Pin
Michael Dunn29-Jan-02 13:45
sitebuilderMichael Dunn29-Jan-02 13:45 
GeneralRe: CFile::GetFileTitle() broken. Pin
Michael Dunn29-Jan-02 8:40
sitebuilderMichael Dunn29-Jan-02 8:40 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 10:00
Jamie Hale29-Jan-02 10:00 
GeneralRe: CFile::GetFileTitle() broken. Pin
Michael Dunn29-Jan-02 10:16
sitebuilderMichael Dunn29-Jan-02 10:16 
GeneralRe: CFile::GetFileTitle() broken. Pin
Jamie Hale29-Jan-02 11:09
Jamie Hale29-Jan-02 11:09 
GeneralRe: CFile::GetFileTitle() broken. Pin
Michael Dunn29-Jan-02 13:47
sitebuilderMichael Dunn29-Jan-02 13:47 
QuestionAutoupdate? Pin
AAntix29-Jan-02 5:10
AAntix29-Jan-02 5:10 

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.