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. The Lounge
  3. Will we developers get Ribbon Interface to use in our applications in Windows 7?

Will we developers get Ribbon Interface to use in our applications in Windows 7?

Scheduled Pinned Locked Moved The Lounge
htmlcomquestion
17 Posts 7 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.
  • E El Corazon

    vikrant kpr wrote:

    will we get the ribbon interface to include in our applications as we get button control?

    I am going for the fancy lace interface instead. ;P edit: though I might offer a leather interface for those who prefer a more rugged interface. ;P

    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb) John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."

    P Offline
    P Offline
    PIEBALDconsult
    wrote on last edited by
    #8

    El Corazon wrote:

    leather interface

    With an Iron Cross for Exit?

    1 Reply Last reply
    0
    • B bob16972

      Isn't that the same ribbon interface that is supplied with the Visual C++ 2008 Feature Pack? Specifically, the MFC CMFCRibbonBar class and related classes? MFC Ribbon class[^]

      V Offline
      V Offline
      vikrant kpr
      wrote on last edited by
      #9

      yeah seems to be the same but has anybody used it in non office 2007 application? and if it works without installing office then why so many third parties are offering it?

      B F 2 Replies Last reply
      0
      • V vikrant kpr

        Hey Friends Windows 7 is including Ribbon interface everywhere, be it wordpad, be it paint brush http://content.zdnet.com/2346-12354_22-244222-18.html[^] What do u say, will we get the ribbon interface to include in our applications as we get button control? regards

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #10

        I hope not; it's bloody useless. Menues were good enough in the 1980s and they're boody well good enough now!

        1 Reply Last reply
        0
        • V vikrant kpr

          yeah seems to be the same but has anybody used it in non office 2007 application? and if it works without installing office then why so many third parties are offering it?

          B Offline
          B Offline
          bob16972
          wrote on last edited by
          #11

          You can build a new MFC doc/view app with ribbon support using the wizards. I don't think Office 2007 needs to be installed but maybe I missed something. From what I can tell with the application options when I create one in Visual Studio 2008, you get to choose the style and color scheme so it might ignore the users preferences for the system but I haven't messed with it beyond that. It's pretty cool so far.

          V 2 Replies Last reply
          0
          • B bob16972

            You can build a new MFC doc/view app with ribbon support using the wizards. I don't think Office 2007 needs to be installed but maybe I missed something. From what I can tell with the application options when I create one in Visual Studio 2008, you get to choose the style and color scheme so it might ignore the users preferences for the system but I haven't messed with it beyond that. It's pretty cool so far.

            V Offline
            V Offline
            vikrant kpr
            wrote on last edited by
            #12

            yeah it does seems really cool will digg thanks a lot

            1 Reply Last reply
            0
            • B bob16972

              You can build a new MFC doc/view app with ribbon support using the wizards. I don't think Office 2007 needs to be installed but maybe I missed something. From what I can tell with the application options when I create one in Visual Studio 2008, you get to choose the style and color scheme so it might ignore the users preferences for the system but I haven't messed with it beyond that. It's pretty cool so far.

              V Offline
              V Offline
              vikrant kpr
              wrote on last edited by
              #13

              h ey buddy you were correct i just created a sample application with ribbon created a setup ran the setup on a xp machine (without office) and it works :-) The only issue is that if i create setup, it costs me around 14 mb now for a sample application who is going to afford 14mb download? regards

              1 Reply Last reply
              0
              • V vikrant kpr

                yeah seems to be the same but has anybody used it in non office 2007 application? and if it works without installing office then why so many third parties are offering it?

                F Offline
                F Offline
                Fernando A Gomez F
                wrote on last edited by
                #14

                vikrant kpr wrote:

                but has anybody used it in non office 2007 application?

                Yep, I am, in a data-centric document/view application.

                vikrant kpr wrote:

                and if it works without installing office

                Yep, it does not use Office's components at all.

                vikrant kpr wrote:

                then why so many third parties are offering it?

                I believe because the ribbon has been there for more than a year, and only until the feature pack was released (march 2008 IIRC) it was made available to MFC devs.

                Stupidity is an International Association - Enrique Jardiel Poncela Die deutsche Sprache sollte sanft und ehrfurchtsvoll zu den toten Sprachen abgelegt werden, denn nur die Toten haben die Zeit, diese Sprache zu lernen. - Mark Twain

                V 1 Reply Last reply
                0
                • F Fernando A Gomez F

                  vikrant kpr wrote:

                  but has anybody used it in non office 2007 application?

                  Yep, I am, in a data-centric document/view application.

                  vikrant kpr wrote:

                  and if it works without installing office

                  Yep, it does not use Office's components at all.

                  vikrant kpr wrote:

                  then why so many third parties are offering it?

                  I believe because the ribbon has been there for more than a year, and only until the feature pack was released (march 2008 IIRC) it was made available to MFC devs.

                  Stupidity is an International Association - Enrique Jardiel Poncela Die deutsche Sprache sollte sanft und ehrfurchtsvoll zu den toten Sprachen abgelegt werden, denn nur die Toten haben die Zeit, diese Sprache zu lernen. - Mark Twain

                  V Offline
                  V Offline
                  vikrant kpr
                  wrote on last edited by
                  #15

                  hey buddy that's really brilliant to hear i also created a sample application & checked on xp & the application works brilliantly however one concern is deployment of the exe if using mfc dynamically built & using the setup & deployment project it creates setup of size 14MB I am sure i am missing something, but that's a concern regards

                  F 1 Reply Last reply
                  0
                  • V vikrant kpr

                    hey buddy that's really brilliant to hear i also created a sample application & checked on xp & the application works brilliantly however one concern is deployment of the exe if using mfc dynamically built & using the setup & deployment project it creates setup of size 14MB I am sure i am missing something, but that's a concern regards

                    F Offline
                    F Offline
                    Fernando A Gomez F
                    wrote on last edited by
                    #16

                    Mmm... Don't know why. My app's size is 2MB, and the installer was 5 MBs or so. It was created with InnoSetup, however...

                    Stupidity is an International Association - Enrique Jardiel Poncela Die deutsche Sprache sollte sanft und ehrfurchtsvoll zu den toten Sprachen abgelegt werden, denn nur die Toten haben die Zeit, diese Sprache zu lernen. - Mark Twain

                    V 1 Reply Last reply
                    0
                    • F Fernando A Gomez F

                      Mmm... Don't know why. My app's size is 2MB, and the installer was 5 MBs or so. It was created with InnoSetup, however...

                      Stupidity is an International Association - Enrique Jardiel Poncela Die deutsche Sprache sollte sanft und ehrfurchtsvoll zu den toten Sprachen abgelegt werden, denn nur die Toten haben die Zeit, diese Sprache zu lernen. - Mark Twain

                      V Offline
                      V Offline
                      vikrant kpr
                      wrote on last edited by
                      #17

                      yeah you would have used mfc as statistically linked or use windows libraries the file size is 14mb if using mfc dynamically linked thanks for the help ribbon is great & offers really great gui for doc/view applications seems third party vendors will have to offer more to be in business

                      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