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
A

Amish shah

@Amish shah
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Adding a Progress Bar
    A Amish shah

    you can look at msdn sample CMNCTRL2. It has a sample of CProgressCtrl. but as a sample //make a memebr variable CProgressCtrl m_Progress; //in OnInitDialog() m_Progress.Create(WS_VISIBLE | WS_CHILD, rect, this, IDC_PROGRESS); m_Progress.SetRange(0, 30); //set the step by m_Progress.SetStep(2); //increment it m_Progress.StepIt(); //or set position by m_Progress.SetPos(26);

    C / C++ / MFC c++ tutorial
  • Login

  • Don't have an account? Register

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