Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFileFind Pin
SAV9-Jun-02 16:20
SAV9-Jun-02 16:20 
GeneralRe: CFileFind Pin
Mazdak9-Jun-02 18:56
Mazdak9-Jun-02 18:56 
Generaldisplaying/hiding bitmaps in a MFC dialog Pin
Selevercin9-Jun-02 14:32
Selevercin9-Jun-02 14:32 
GeneralRe: displaying/hiding bitmaps in a MFC dialog Pin
PJ Arends9-Jun-02 15:06
professionalPJ Arends9-Jun-02 15:06 
GeneralRe: displaying/hiding bitmaps in a MFC dialog Pin
Selevercin9-Jun-02 15:49
Selevercin9-Jun-02 15:49 
GeneralRe: displaying/hiding bitmaps in a MFC dialog Pin
PJ Arends9-Jun-02 15:53
professionalPJ Arends9-Jun-02 15:53 
GeneralRe: displaying/hiding bitmaps in a MFC dialog Pin
Selevercin9-Jun-02 16:32
Selevercin9-Jun-02 16:32 
GeneralRe: displaying/hiding bitmaps in a MFC dialog Pin
PJ Arends9-Jun-02 16:47
professionalPJ Arends9-Jun-02 16:47 
CStatic card;
card.Create(_T(""), SS_BITMAP, CRect (0,0,0,0), this, An_ID_That_Makes_Sense);
...


You have to create the window before you can SetBitmap() etc.

---
CPUA 0x5041

Sonork 100.11743 Chicken Little

Within you lies the power for good - Use it!
GeneralRe: displaying/hiding bitmaps in a MFC dialog Pin
Selevercin9-Jun-02 17:19
Selevercin9-Jun-02 17:19 
QuestionWhy can't the shell folder handle foreign characters? Pin
redeemer9-Jun-02 11:31
redeemer9-Jun-02 11:31 
AnswerRe: Why can't the shell folder handle foreign characters? Pin
Mike Nordell9-Jun-02 13:25
Mike Nordell9-Jun-02 13:25 
GeneralRe: Why can't the shell folder handle foreign characters? Pin
redeemer9-Jun-02 13:21
redeemer9-Jun-02 13:21 
GeneralRe: Why can't the shell folder handle foreign characters? Pin
Mike Nordell9-Jun-02 13:35
Mike Nordell9-Jun-02 13:35 
GeneralRe: Why can't the shell folder handle foreign characters? Pin
redeemer9-Jun-02 13:47
redeemer9-Jun-02 13:47 
GeneralRe: Why can't the shell folder handle foreign characters? Pin
Michael Dunn9-Jun-02 15:28
sitebuilderMichael Dunn9-Jun-02 15:28 
GeneralRe: Why can't the shell folder handle foreign characters? Pin
Mike Nordell9-Jun-02 20:52
Mike Nordell9-Jun-02 20:52 
GeneralCFtpConnection::SetCurrentDirectory() Pin
Tony Fontenot9-Jun-02 10:40
Tony Fontenot9-Jun-02 10:40 
QuestionHow to change caption in VC++ Pin
9-Jun-02 10:01
suss9-Jun-02 10:01 
AnswerRe: How to change caption in VC++ Pin
Rama Krishna Vavilala9-Jun-02 9:56
Rama Krishna Vavilala9-Jun-02 9:56 
QuestionHow do i give my dialog an icon in the resource editor? Pin
redeemer9-Jun-02 9:47
redeemer9-Jun-02 9:47 
AnswerRe: How do i give my dialog an icon in the resource editor? Pin
Paul M Watt9-Jun-02 10:05
mentorPaul M Watt9-Jun-02 10:05 
GeneralRe: How do i give my dialog an icon in the resource editor? Pin
redeemer9-Jun-02 11:13
redeemer9-Jun-02 11:13 
AnswerRe: How do i give my dialog an icon in the resource editor? Pin
Ravi Bhavnani9-Jun-02 10:06
professionalRavi Bhavnani9-Jun-02 10:06 
GeneralSTL Container Sorting Pin
Paul M Watt9-Jun-02 8:55
mentorPaul M Watt9-Jun-02 8:55 
GeneralRe: STL Container Sorting Pin
9-Jun-02 11:03
suss9-Jun-02 11:03 

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.