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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. skinning applications

skinning applications

Scheduled Pinned Locked Moved C / C++ / MFC
c++json
12 Posts 4 Posters 2 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.
  • L led mike

    Maybe you could use placement new. Wait that was a C++ question yes? :rolleyes:

    led mike

    F Offline
    F Offline
    Force Code
    wrote on last edited by
    #3

    I thought this was ostensibly a forum for C++ developers - not just for people attempting to learn C++ from abusive instructors.

    L 1 Reply Last reply
    0
    • L led mike

      Maybe you could use placement new. Wait that was a C++ question yes? :rolleyes:

      led mike

      I Offline
      I Offline
      Iain Clarke Warrior Programmer
      wrote on last edited by
      #4

      Now now, be nice. Was perfectly legit question. I assume [*] there was background to your response I don't want to know about lest I get peeved too? Iain. [*] See CPallini's sig.

      L 1 Reply Last reply
      0
      • I Iain Clarke Warrior Programmer

        Now now, be nice. Was perfectly legit question. I assume [*] there was background to your response I don't want to know about lest I get peeved too? Iain. [*] See CPallini's sig.

        L Offline
        L Offline
        led mike
        wrote on last edited by
        #5

        Iain Clarke wrote:

        Now now, be nice.

        I thought I was being nice.

        Iain Clarke wrote:

        Was perfectly legit question.

        I suppose, sort of it is. Could easily been asked in the General Discussions forum though, nothing pertaining to C/C++ really.

        led mike

        1 Reply Last reply
        0
        • F Force Code

          I thought this was ostensibly a forum for C++ developers - not just for people attempting to learn C++ from abusive instructors.

          L Offline
          L Offline
          led mike
          wrote on last edited by
          #6

          Force Code wrote:

          I thought this was ostensibly a forum for C++ developers

          No, it's for C/C++, MFC, Visual C++, questions. You don't post a SQL question here just because you are embedding it in C++ code, right?

          led mike

          1 Reply Last reply
          0
          • F Force Code

            I was trying to determine the most used developer library for skinning an application - not skinning the entire desktop, just one specific application you're developing to give it a distinctive look. The one thing I found is from a company called CodeJock. The demo DLL you download from them is over 10 mgs, which seems to be overkill to me. Also its purely an MFC object framework thing, and you have to be using MFC (and also they're charging like they have a monopoly which isn't a good sign.) There is an article on CodeProject regarding something called Uskin, which is not bad. ITs a flat api and skins your entire application with one call - USkinInit. Like I said, its pretty good, its just not quite there from a production standpoint. So I was wondering what everyone else is using to do this sort of thing. I've discovered there are two approaches to all this - One uses the XP native msstyles file and the other use WindowBlinds prorprietary approach. As far as I know WindowBlinds just skins your entire desktop, though.

            F Offline
            F Offline
            Force Code
            wrote on last edited by
            #7

            Just searched the message archives (which I hadn't discovered previously - only the article archives) Found the following (in the Visual C++/MFC section): http://www.codeproject.com/script/Forums/View.aspx?fid=1647&msg=2187526[^]

            Hello, Anybody knows some skin tool to became my APP skinable? I found SkinCrafter and AppFace? Anybody knows these? Thanks, Cris.

            1 Reply Last reply
            0
            • F Force Code

              I was trying to determine the most used developer library for skinning an application - not skinning the entire desktop, just one specific application you're developing to give it a distinctive look. The one thing I found is from a company called CodeJock. The demo DLL you download from them is over 10 mgs, which seems to be overkill to me. Also its purely an MFC object framework thing, and you have to be using MFC (and also they're charging like they have a monopoly which isn't a good sign.) There is an article on CodeProject regarding something called Uskin, which is not bad. ITs a flat api and skins your entire application with one call - USkinInit. Like I said, its pretty good, its just not quite there from a production standpoint. So I was wondering what everyone else is using to do this sort of thing. I've discovered there are two approaches to all this - One uses the XP native msstyles file and the other use WindowBlinds prorprietary approach. As far as I know WindowBlinds just skins your entire desktop, though.

              M Offline
              M Offline
              Maximilien
              wrote on last edited by
              #8

              Me think all skin libraries are never good enough for what you intend to do. (not that I have a large experience with that) anyway, I have skins, skins are the bane of UI development. Keep it simple.

              F L 3 Replies Last reply
              0
              • M Maximilien

                Me think all skin libraries are never good enough for what you intend to do. (not that I have a large experience with that) anyway, I have skins, skins are the bane of UI development. Keep it simple.

                F Offline
                F Offline
                Force Code
                wrote on last edited by
                #9

                Maximilien wrote:

                Me think all skin libraries are never good enough for what you intend to do. (not that I have a large experience with that) anyway, I have skins, skins are the bane of UI development.

                Point taken. However, the browser I'm using now, SlimBrowser, is skinned. In fact so is Avant Browser now that I think of it. If you downloaded a browser that wasn't, you would think "Amateur."

                1 Reply Last reply
                0
                • M Maximilien

                  Me think all skin libraries are never good enough for what you intend to do. (not that I have a large experience with that) anyway, I have skins, skins are the bane of UI development. Keep it simple.

                  L Offline
                  L Offline
                  led mike
                  wrote on last edited by
                  #10

                  Maximilien wrote:

                  Keep it simple.

                  A real gem that one eh? ;)

                  led mike

                  1 Reply Last reply
                  0
                  • F Force Code

                    I was trying to determine the most used developer library for skinning an application - not skinning the entire desktop, just one specific application you're developing to give it a distinctive look. The one thing I found is from a company called CodeJock. The demo DLL you download from them is over 10 mgs, which seems to be overkill to me. Also its purely an MFC object framework thing, and you have to be using MFC (and also they're charging like they have a monopoly which isn't a good sign.) There is an article on CodeProject regarding something called Uskin, which is not bad. ITs a flat api and skins your entire application with one call - USkinInit. Like I said, its pretty good, its just not quite there from a production standpoint. So I was wondering what everyone else is using to do this sort of thing. I've discovered there are two approaches to all this - One uses the XP native msstyles file and the other use WindowBlinds prorprietary approach. As far as I know WindowBlinds just skins your entire desktop, though.

                    F Offline
                    F Offline
                    Force Code
                    wrote on last edited by
                    #11

                    I just tried AppFace and it works thus far. Only its using some skin file type called .urf I'm not familiar with. Hopefully it understands .msstyles as well

                    1 Reply Last reply
                    0
                    • M Maximilien

                      Me think all skin libraries are never good enough for what you intend to do. (not that I have a large experience with that) anyway, I have skins, skins are the bane of UI development. Keep it simple.

                      F Offline
                      F Offline
                      Force Code
                      wrote on last edited by
                      #12

                      Maximilien wrote:

                      Me think all skin libraries are never good enough for what you intend to do. (not that I have a large experience with that) anyway, I have skins, skins are the bane of UI development. Keep it simple.

                      You may be right. USkin has fewer glitches than AppFace has.

                      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