CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2001
    Location
    Texas, USA
    Posts
    339

    Upgraded project - Progress Bar

    I found an old project and I upgraded it from visual C++ 6 to visual studio 2015. It complies and works fine, but I noticed it still has the old blue progress bar. In the dialog edit window it shows the green pulsing bar but when I build and run it, it is back to the old blue bar.

    How can I update the bar so it is the green pulsing bar that you see in windows 7 / 10?

    Thank you,

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Upgraded project - Progress Bar

    Your app misses a manifest that enables common control styles. Create a new sample project and look up for the manifest.
    Best regards,
    Igor

  3. #3
    Join Date
    Oct 2001
    Location
    Texas, USA
    Posts
    339

    Re: Upgraded project - Progress Bar

    Thank you for the reply. I found some manifest info in StdAfx.h. I copied that over and still the same. Am I looking in the wrong spot? Can you elaborate some on your response?

    Thank you,

    s9

  4. #4
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Upgraded project - Progress Bar

    Best regards,
    Igor

  5. #5
    Join Date
    Oct 2001
    Location
    Texas, USA
    Posts
    339

    Re: Upgraded project - Progress Bar

    Ty
    Last edited by strych9; September 27th, 2015 at 05:35 PM. Reason: None

  6. #6
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Upgraded project - Progress Bar

    If you are still having trouble, try following the instructions outlined in the link Igor included in his last reply.

  7. #7
    Join Date
    Oct 2001
    Location
    Texas, USA
    Posts
    339

    Re: Upgraded project - Progress Bar

    I got it working. Works perfect. Thank you again!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured