Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

BOURDAUDHUI

@BOURDAUDHUI
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Changing the selection color of a CRichEditView
    B BOURDAUDHUI

    CHARFORMAT cf; CRichEditCtrl& r = GetRichEditCtrl().GetSelectionCharFormat(cf); long iStart, iEnd; r.GetSel(iStart, iEnd); r.GetSelectionCharFormat(cf); cf.dwEffects ^= CFE_AUTOCOLOR; cf.crTextColor = RGB(163, 15, 200); //Choisi ta couleur cf.dwMask |= CFM_COLOR; r.SetSelectionCharFormat(cf);

    C / C++ / MFC tutorial question

  • CRichEditView
    B BOURDAUDHUI

    I make an editor with a CRichEditView, I want to add a page break function. How can I add a page break in this control ? I found a page break effect in PARAFORMAT2 but it's disable. Is someone have an idea ? Than you

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups