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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

None_li

@None_li
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Outlook Addins Question
    N None_li

    I'm doing a project about the Outlook plug-in synchronous address book. Double-click on the list of email users to add to the recipient email box. The second double-click on the same email address will lead to repeat. Now want to read the recipient before double click on the box.But you can't read :(( C++ Code: EnumChildWindows(hwndWriteMail, EnumChildProc, (LPARAM)EmailAddr.GetBuffer()); BOOL CALLBACK EnumChildProc(HWND hWnd, LPARAM lParam) { int id = -1; id = ::GetDlgCtrlID(hWnd); if (id == 0x00001003){ ::SendMessage(hWnd, EM_REPLACESEL, NULL, (LPARAM)lParam); } return TRUE; } Use Windows SPy++ view within the recipient can get RichEdit editbox for the RichEdit normal character but outlook email address will be automatically after formatting is not available How do I get RichEdit edit box content? thanks

    None

    C / C++ / MFC question c++ learning
  • Login

  • Don't have an account? Register

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