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. How to display XP Style buttons using VC++6.0?

How to display XP Style buttons using VC++6.0?

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialquestion
5 Posts 5 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.
  • K Offline
    K Offline
    K narasimharao
    wrote on last edited by
    #1

    How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao

    N T H stefanmihaimogaS 4 Replies Last reply
    0
    • K K narasimharao

      How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao

      N Offline
      N Offline
      Naveen
      wrote on last edited by
      #2

      for an application to support windows xp theme u just need to add a manifest file to the resource.It is explained in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xptheming.asp[^] When u put a manifest file, all controls in the application will be using this the current theme. To prevent an item from using the windows theme, use the api SetWindowTheme() with second and third parameters as NULL nave

      1 Reply Last reply
      0
      • K K narasimharao

        How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #3

        K. narasimharao wrote:

        How to display only buttons in XP Style

        try owner drawn button ! for example try http://www.codeproject.com/button[^]

        1 Reply Last reply
        0
        • K K narasimharao

          How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao

          H Offline
          H Offline
          Hamid Taebi
          wrote on last edited by
          #4

          http://www.codeproject.com/buttonctrl/xp_button.asp[^] maybe it is some helpful to you

          1 Reply Last reply
          0
          • K K narasimharao

            How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao

            stefanmihaimogaS Offline
            stefanmihaimogaS Offline
            stefanmihaimoga
            wrote on last edited by
            #5

            Thy using Davide Calabro's CXPStyleButtonST. You can found it at: http://www.codeproject.com/buttonctrl/cxpstylebuttonst.asp[^]

            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