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

C / C++ / MFC

 
QuestionHow do I get a right click message (WM_RBUTTONUP) from a CStatic control? Pin
AaronStibich31-Dec-02 15:16
AaronStibich31-Dec-02 15:16 
AnswerRe: How do I get a right click message (WM_RBUTTONUP) from a CStatic control? Pin
Ted Ferenc1-Jan-03 2:45
Ted Ferenc1-Jan-03 2:45 
GeneralViewing and modifing MFC Samples Pin
RaulGonzalez31-Dec-02 14:45
RaulGonzalez31-Dec-02 14:45 
GeneralRe: Viewing and modifing MFC Samples Pin
Selevercin31-Dec-02 16:00
Selevercin31-Dec-02 16:00 
GeneralCan't find: winresrc.h Pin
Selevercin31-Dec-02 14:20
Selevercin31-Dec-02 14:20 
GeneralRe: Can't find: winresrc.h Pin
Dominik Reichl1-Jan-03 4:58
Dominik Reichl1-Jan-03 4:58 
Questiontypedef struct but where? Pin
bbbilen31-Dec-02 12:30
bbbilen31-Dec-02 12:30 
AnswerRe: typedef struct but where? Pin
Stefan Pedersen31-Dec-02 12:40
Stefan Pedersen31-Dec-02 12:40 
class CView3 : public CView
{
private:
   class s1
   {
     public:
        int n;
        CString label;
        s1() : n(1), label("Yadda") { }
   };
   s1 s;
};




"You can stand all night at a redlight anywhere in town, hailing Marys left and right but none of them slow down. I've seen the best of men go past. I don't wanna be the last..."
AnswerRe: typedef struct but where? Pin
Michael Dunn31-Dec-02 14:01
sitebuilderMichael Dunn31-Dec-02 14:01 
GeneralRe: typedef struct but where? Pin
bbbilen1-Jan-03 15:50
bbbilen1-Jan-03 15:50 
GeneralRotating bitmaps Pin
ze manel31-Dec-02 12:21
ze manel31-Dec-02 12:21 
GeneralRe: Rotating bitmaps Pin
Chris Losinger31-Dec-02 12:25
professionalChris Losinger31-Dec-02 12:25 
GeneralCString memory Pin
trimtrom31-Dec-02 12:00
trimtrom31-Dec-02 12:00 
GeneralCOM Server problem Pin
Anonymous31-Dec-02 10:49
Anonymous31-Dec-02 10:49 
Questionplz help? Pin
imran_rafique31-Dec-02 9:32
imran_rafique31-Dec-02 9:32 
AnswerRe: plz help? Pin
Jeremy Falcon31-Dec-02 10:49
professionalJeremy Falcon31-Dec-02 10:49 
Generaldocument of IE on Win2K Pin
Tili31-Dec-02 8:18
Tili31-Dec-02 8:18 
GeneralRe: document of IE on Win2K Pin
Michael Dunn31-Dec-02 9:11
sitebuilderMichael Dunn31-Dec-02 9:11 
GeneralRe: document of IE on Win2K Pin
Stephane Rodriguez.31-Dec-02 9:18
Stephane Rodriguez.31-Dec-02 9:18 
GeneralRichEdit stream in problem... Pin
RobJones31-Dec-02 7:51
RobJones31-Dec-02 7:51 
GeneralRe: RichEdit stream in problem... Pin
Gary R. Wheeler1-Jan-03 4:18
Gary R. Wheeler1-Jan-03 4:18 
GeneralRe: RichEdit stream in problem... Pin
RobJones1-Jan-03 4:42
RobJones1-Jan-03 4:42 
GeneralTyring to get the icon of the desktop or "My Documents" or... Pin
mynab31-Dec-02 5:18
mynab31-Dec-02 5:18 
GeneralRe: Tyring to get the icon of the desktop or "My Documents" or... Pin
mynab31-Dec-02 23:31
mynab31-Dec-02 23:31 
QuestionTransparent with Mouse Events? Pin
ups31-Dec-02 2:44
ups31-Dec-02 2:44 

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.