Search:

Type: Posts; User: colinH

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,992

    Actually, it gets more confusing, I just modified...

    Actually, it gets more confusing, I just modified the section to this...


    for( int ndx = 0; ndx < cPaletteEntries; ndx++ )
    {
    pPal->palPalEntry[ndx].peRed = 12;
    ...
  2. Replies
    4
    Views
    1,992

    I am using the MSVC++ 4.0 developer studion...

    I am using the MSVC++ 4.0 developer studion standard.

    I obviously am new to this, but I would have thought setting just one colour would work. I just wonder if, for some reason, the wrong palette...
  3. Replies
    4
    Views
    1,992

    MSVC Tutorial problem - Monochrome Palette

    The exercise states:
    "Modify the CBmpPalette class used in the Dib example so that it is monochromatic, with only various shades of one color selected for the palette instead of colors from the...
  4. Replies
    1
    Views
    1,058

    MSCV++ 4.0 - Dialog Boxes and SelectObject

    Having built a 'std' SDI program, I was wanting to control the font & cursor for the dialog. S ofar, the only help /code I can find always relates to the primary apps "ondraw" function. Is there an...
Results 1 to 4 of 4