I developed app in mFC using vs2008 and MFC Feature pack 2008. its look and feel is like 2007 office style. Now i want app look and feel like office 2010. Will you explain me how to do it?
MFC Feature pack in Office 2010 style
3.6k Views Asked by Shashi At
1
There are 1 best solutions below
Related Questions in MFC
- Cannot "Go To Definition" in Visual C++ 2013
- reset mdi child view position
- Add a picture to Picture Control in a dialog box (error RC2108: expected numerical dialog constant)
- Background color for controls in MFC C++ is unable to set
- variable global const "macros" in C++ and optimal design patterns
- Converting long double to CString
- postmessage and message loop in different thread
- How to convert CString to long? VC++
- Can a dialog intercept drag'n'drop messages passed to its controls?
- Can I close (note, not terminate) a user process from a service by its PID?
- How can I have a multi-line item in a ListControl MFC?
- Getting the messages back to the same command line from where the MFC application was launched
- MFC - How to set the toolbar title?
- MFC SetTitle() causing weird debug assertion
- Application logs on the command prompt from where application is being launched
Related Questions in RIBBON
- Where is the 'EnablePinning' property in the ribbon framework's recent items?
- Excel 2010 Ribbon Calling Macros
- change the Label of a button in ribbon word add in
- How do you access Ribbon controls (eg. RibbonEditBox) from outside class?
- Windows Aero removes Title bar buttons in RibbonWindow
- Windows Ribbon Framework: Load resource strings from different file
- setSeparator doesnt work for the QAction in qtitanribbon
- Modify a button label in dynamics crm
- SetParent API under Windows-8 changes font size of application menu and ribbon
- Ribbon workbench - error when trying to change a button label
- Webbrowser on Excel Ribbon?
- Converting Visual Studio 2008 project to Visual Studio 2013
- Create Ribbon for OneNote 2013 32bit and 64bit
- How do i get the active ribbon tab name?
- WPF remove vertical line between the ribbongroups
Related Questions in MFC-FEATURE-PACK
- MFC Feature Pack 2008 CPaneDialog as CDialogBar
- Outlook bar auto size to tree control
- Filtering file types with CMFCShellTreeCtrl
- How To make a static text bold and underline in MFC
- Crash/Assertion after calling ForceRecalcLayout
- How to include special Char in Static text lable?
- CLabel Displaying box characters in the text if it exceeds its control height - MFC?
- Set check of CMFCRibbonCheckBox
- C++ MFC Feature Pack --> Create multiple CDockablePanes onto an CDialog
- MFC Feature pack in Office 2010 style
- C++, MFC Feature Pack,Mdi childs visibility
- MFC Ribbon - alignment issue(s)
- VS2010, MFCEditBrowseControl heap crash
- How to customize CMFCMenuBar in an MFC application
- CMFCToolbar and CMDIFrameWnd
Related Questions in RIBBON-CONTROL
- Outlook Addin: "Tell me more" text in Ribbon item hover
- Disable auto resize of custom button groups in the Ribbon
- Page up/down keys not working on pages with sharepoint ribbon (SP2010)
- How to perform with CheckBox and RadioButton in RibbonControl in DevExpress?
- How to work with RadioGroup in RibbonControl in WInforms Devexpress?
- How to work with BarEditItem and BarCheckItem in RibbonControl Winforms Devexpress ?
- How to store and retrieve the RadioGroup Radio Button and CheckBox of Ribbon Control from Winforms Devexpress to MS Access Database?
- How to call Button_Click from Ribon-Class in c# Office Add-in?
- applications using ribbon
- MFC Feature pack in Office 2010 style
- WPF RibbonGroup selection Changed Event
- How enable elements in ribbon that was created by visual editor (VS 2012)
- Creating a ribbon custom button when inserting content to Sharepoing 2010
- WPF Application Ribbon crash
- how to add child windows as tabs in wpf ribbon window?
Related Questions in OFFICE-2010
- ''setup cannot find office.en-us\dwtrig20.exe''
- VBA Type Mismatch (Conditional Compiling)
- Get reference to Forms checkbox in VBA event handler
- duplicate a complex (double) table row in ms word vba
- Find install path of office word 2010
- Where Is the Registry Key for Office 2010 PIA (How to Determine If Office 2010 PIA Is Installed)
- Word 2010 : Automatically populate Backstage tab from Folder
- Cannot run Visual Studio 2010 Outlook Add-in on machine with Outlook 2007 installed
- Excel Addin that works on Excel 2007 and 2010
- MFC Feature pack in Office 2010 style
- Custom Backstage View Tab like standard tab FileNew
- How do I create securely password protected .xls files in Excel 2010 from VBA
- VBA cannot find my macro when it has parameters
- add-in communicate between instance
- macro to store RTD data
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The easiest way is to upgrade to Visual Studio 2010, which provides a "Windows 7" style for the ribbon control. This style is supposed to simulate that native ribbon control that is used in Windows 7 applications like Paint and Wordpad. (Note that a slight modification to the wizard-generated code is currently necessary, as described here on Microsoft Connect.) Presumably, this style also looks like the one used in Office 2010, although I can't say for sure as I haven't given Microsoft all of my money yet.
Decide for yourself:
Alternatively, you could just use the native ribbon control yourself. There's a sample project here: Windows 7 Ribbon: The Time Has Come, Your Win32 Application Will Change. But if you've already done a lot of work laying out the ribbon in VS 2008, this probably isn't a very compelling option.
Lesson: There's a hefty price to be paid for being on the bleeding edge. If this isn't exactly the same look that you're hoping to emulate, you may very well be out of luck. If your design goals amount to copying what the Office team does, you're going to be quite a busy little bee: toolbars are their absolute favorite thing to reinvent.
EDIT: Looks like you might not be completely out of luck after all. BCGSoft (the company that Microsoft bought the ribbon control from in the first place for the MFC Feature Pack) has released a library that attempts to simulate the Office 2010 experience in several different ways. Throw money at them here.