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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Window style for manually created CEdit

Window style for manually created CEdit

Scheduled Pinned Locked Moved C / C++ / MFC
questionlearning
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rw104
    wrote on last edited by
    #1

    I have create some dynamic CEdit controls.. e.g... CEdit newEdit; // as a member var of class in the header newEdit.Create(WS_VISIBLE|ES_NUMBER|WS_DLGFRAME ,startRect,this,NULL); ... What window style flags do I need to set so the CEdit looks like a standard CEdit that you get when adding to a dialog resource? Thanks in advance

    J 1 Reply Last reply
    0
    • R rw104

      I have create some dynamic CEdit controls.. e.g... CEdit newEdit; // as a member var of class in the header newEdit.Create(WS_VISIBLE|ES_NUMBER|WS_DLGFRAME ,startRect,this,NULL); ... What window style flags do I need to set so the CEdit looks like a standard CEdit that you get when adding to a dialog resource? Thanks in advance

      J Offline
      J Offline
      Jaime Stuardo
      wrote on last edited by
      #2

      WS_VISIBLE|WS_BORDER Jaime

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

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