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

C / C++ / MFC

 
GeneralRe: Wanted: POP3 Proxy sample in C++ Pin
b_p_smith14-Sep-02 4:17
b_p_smith14-Sep-02 4:17 
GeneralSDI dummy question Pin
RobJones13-Sep-02 15:37
RobJones13-Sep-02 15:37 
GeneralRe: SDI dummy question Pin
RobJones13-Sep-02 16:34
RobJones13-Sep-02 16:34 
GeneralWarning level four? Holy sh*... Pin
Paul Oss13-Sep-02 13:23
Paul Oss13-Sep-02 13:23 
GeneralRe: Warning level four? Holy sh*... Pin
Tim Smith13-Sep-02 14:38
Tim Smith13-Sep-02 14:38 
GeneralRe: Warning level four? Holy sh*... Pin
Simon.W13-Sep-02 15:09
Simon.W13-Sep-02 15:09 
GeneralRe: Warning level four? Holy sh*... Pin
Michael Dunn13-Sep-02 16:37
sitebuilderMichael Dunn13-Sep-02 16:37 
Generalpeculiar positioning of image control Pin
ns13-Sep-02 11:42
ns13-Sep-02 11:42 
I wanted my indicator for the image to be positioned like this:

static UINT indicators[] =
{
	
	ID_SEPARATOR,  
    ID_INDICATOR_RAINBOW,

    ID_INDICATOR_TEST,
	//ID_SEPARATOR,
	// status line indicator
	ID_INDICATOR_CAPS,
	ID_INDICATOR_NUM,
	ID_INDICATOR_SCRL,
};


but this positioned it after the _TEST indicator, though I did:

inx=CommandToIndex(ID_INDICATOR_RAINBOW);
GetItemRect(inx,&rect);
m_WzdProgressCtrl.MoveWindow(rect);


So I had to position it before the seperator and then it showed up predictably as the first panel.

Why, any ideas, the bizarre positioning? It actually cut into the space occupied by _TEST indicator.
QuestionMSDN Doc. bug or Control bug with ListView? Pin
Member 91813-Sep-02 11:24
Member 91813-Sep-02 11:24 
QuestionWhere is this ID coming from? Pin
ns13-Sep-02 11:02
ns13-Sep-02 11:02 
AnswerI got a compiler error doing this: Pin
ns13-Sep-02 11:07
ns13-Sep-02 11:07 
GeneralRe: I got a compiler error doing this: Pin
brianwelsch13-Sep-02 11:11
brianwelsch13-Sep-02 11:11 
GeneralRe: I got a compiler error doing this: Pin
Pavel Klocek13-Sep-02 11:27
Pavel Klocek13-Sep-02 11:27 
AnswerRe: Where is this ID coming from? Pin
Member 91813-Sep-02 11:30
Member 91813-Sep-02 11:30 
GeneralRe: Where is this ID coming from? Pin
ns13-Sep-02 11:38
ns13-Sep-02 11:38 
GeneralControl in status bar Pin
ns13-Sep-02 10:52
ns13-Sep-02 10:52 
GeneralTable/Grid control Pin
Shay Harel13-Sep-02 10:44
Shay Harel13-Sep-02 10:44 
GeneralRe: Table/Grid control Pin
Pavel Klocek13-Sep-02 10:58
Pavel Klocek13-Sep-02 10:58 
GeneralRe: Table/Grid control Pin
Shay Harel16-Sep-02 3:18
Shay Harel16-Sep-02 3:18 
GeneralSaveing a project Pin
Steve Daly13-Sep-02 10:09
Steve Daly13-Sep-02 10:09 
GeneralRe: Saveing a project Pin
Pavel Klocek13-Sep-02 10:17
Pavel Klocek13-Sep-02 10:17 
GeneralRe: Saveing a project Pin
Ryan B.13-Sep-02 10:18
Ryan B.13-Sep-02 10:18 
GeneralFloating Document Interface (FDI) Pin
Ryan B.13-Sep-02 10:00
Ryan B.13-Sep-02 10:00 
GeneralVirtual Base Class & Constructor :: C++ Pin
valikac13-Sep-02 9:46
valikac13-Sep-02 9:46 
GeneralRe: Virtual Base Class & Constructor :: C++ Pin
Joaquín M López Muñoz13-Sep-02 9:57
Joaquín M López Muñoz13-Sep-02 9:57 

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.