Click here to Skip to main content
16,007,843 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalusing CTabCtrl with CListCtrl Pin
10-May-02 5:54
suss10-May-02 5:54 
GeneralVisual C++ 6 Add-ins Pin
Derek Lakin10-May-02 5:21
Derek Lakin10-May-02 5:21 
GeneralRe: Visual C++ 6 Add-ins Pin
Neville Franks11-May-02 13:03
Neville Franks11-May-02 13:03 
GeneralRe: Visual C++ 6 Add-ins Pin
Derek Lakin11-May-02 23:02
Derek Lakin11-May-02 23:02 
GeneralRe: Visual C++ 6 Add-ins Pin
Neville Franks12-May-02 11:17
Neville Franks12-May-02 11:17 
GeneralRe: Visual C++ 6 Add-ins Pin
Derek Lakin12-May-02 19:56
Derek Lakin12-May-02 19:56 
GeneralCPropertyPage bitmaps Pin
moobob10-May-02 5:27
moobob10-May-02 5:27 
GeneralRe: CPropertyPage bitmaps Pin
James R. Twine10-May-02 10:00
James R. Twine10-May-02 10:00 
   The bitmap is appearing in the correct place: location 0,0 of the Page.  If you want the bitmap to appear at location 0,0 on the Sheet (the containing window that holds the buttons and the tab control), I believe you need to draw it manually from within the CPropertySheet-derived class.  This is likely to cause problems, however, because the Sheet is not going to know that you are drawing things there.

   You can obtain a temporary CWnd pointer for [Cancel] by calling GetDlgItem( IDCANCEL ) from within the CPropertySheet-derived class, after the Sheet proper has been created.  Using that pointer, you can move, size, enable, change the text, etc. of [Cancel].

   Peace!

-=- James.
"Fat people are hard to kidnap."
(Try Check Favorites Sometime!)
GeneralRe: CPropertyPage bitmaps Pin
moobob13-May-02 3:43
moobob13-May-02 3:43 
GeneralRe: CPropertyPage bitmaps Pin
James R. Twine13-May-02 13:34
James R. Twine13-May-02 13:34 
Generalsimple FOURCC question. Pin
Zizilamoroso10-May-02 5:19
Zizilamoroso10-May-02 5:19 
GeneralRe: simple FOURCC question. Pin
Prem Kumar10-May-02 5:14
Prem Kumar10-May-02 5:14 
GeneralRe: simple FOURCC question. Pin
Paul M Watt10-May-02 5:17
mentorPaul M Watt10-May-02 5:17 
GeneralRe: simple FOURCC question. Pin
Zizilamoroso10-May-02 5:29
Zizilamoroso10-May-02 5:29 
GeneralRe: simple FOURCC question. Pin
Paul M Watt10-May-02 5:43
mentorPaul M Watt10-May-02 5:43 
GeneralRe: simple FOURCC question. [edited] Pin
Paul M Watt10-May-02 5:32
mentorPaul M Watt10-May-02 5:32 
GeneralRe: simple FOURCC question. Pin
Zizilamoroso10-May-02 5:56
Zizilamoroso10-May-02 5:56 
GeneralRe: simple FOURCC question. Pin
Paul M Watt10-May-02 5:55
mentorPaul M Watt10-May-02 5:55 
GeneralRe: simple FOURCC question. Pin
Zizilamoroso10-May-02 6:09
Zizilamoroso10-May-02 6:09 
GeneralRegular Expression Pin
Aaron Schaefer10-May-02 5:03
Aaron Schaefer10-May-02 5:03 
GeneralRe: Regular Expression Pin
Paul M Watt10-May-02 5:16
mentorPaul M Watt10-May-02 5:16 
GeneralRe: Regular Expression Pin
Aaron Schaefer10-May-02 5:18
Aaron Schaefer10-May-02 5:18 
GeneralRe: Regular Expression Pin
Paul M Watt10-May-02 5:51
mentorPaul M Watt10-May-02 5:51 
GeneralRe: Regular Expression Pin
Alexandru Savescu10-May-02 12:25
Alexandru Savescu10-May-02 12:25 
QuestionDialog?? Pin
HoldMe10-May-02 4:41
HoldMe10-May-02 4:41 

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.