Results 1 to 15 of 15

Thread: add theme windows to my program

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    add theme windows to my program

    i saw other program can use theme in their program , they don't care theme of windows.
    Can i add theme to my program?but care theme of OS

  2. #2
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: add theme windows to my program

    what?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  3. #3
    Fanatic Member Seraph's Avatar
    Join Date
    Jul 2007
    Posts
    959

    Re: add theme windows to my program

    Quote Originally Posted by JuggaloBrotha View Post
    what?
    lol

    I'm wondering if he wants to "skin" his program?
    Maybe look into WPF?

    Visual Studio 2010 Professional | .NET Framework 4.0 | Windows 7

    SERYSOFT.COM :: SysPad - Folder Management Program - Please comment HERE if you find this program useful, have ideas, or know of any bugs.
    [Very useful for IT/DP departments where many folders are consistently accessed. Also contains a scratchpad window for quick access to notes.]

    [.NET and MySQL Quick Guide]

  4. #4
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: add theme windows to my program

    WPF is probably your best option. Most people new to this concept, just want a quick method to just "add" something to their application, but it doesn't quite work that way.

    This question has been asked a billion times and one. though. You should do some forum searches and you'll find additional suggestions.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  5. #5
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: add theme windows to my program

    Quote Originally Posted by Seraph View Post
    lol

    I'm wondering if he wants to "skin" his program?
    Maybe look into WPF?
    Quote Originally Posted by weirddemon View Post
    WPF is probably your best option. Most people new to this concept, just want a quick method to just "add" something to their application, but it doesn't quite work that way.

    This question has been asked a billion times and one. though. You should do some forum searches and you'll find additional suggestions.
    That's what I would like to think, except for him saying this:
    Quote Originally Posted by Jupping View Post
    Can i add theme to my program?but care theme of OS
    If he skins his app then it'll ignore the windows theme, but if he wants it to have the windows theme, he's not skinning it. So I don't know what to think as for what he wants..
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    Re: add theme windows to my program

    yes.i mean skin of my program
    have very skin in internet but i don't know how to find it and i don't want to pay money for it.
    example SandRibbon,... program style office 2007
    and you help me how to do?

    WPF is good but it don't have tool for make office 2007

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    Re: add theme windows to my program

    hey,i find use theme in old post
    this is code
    Code:
    SkinFramework1.LoadSkin App.Path + "/Luna.msstyles", ""
    SkinFramework1.ApplyWindow hWnd
    SkinFramework1.ApplyOptions = frmAddItem.SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics
    from here

    how to add SkinFramework1? from Add different?

  8. #8
    Frenzied Member stateofidleness's Avatar
    Join Date
    Jan 2009
    Posts
    1,780

    Re: add theme windows to my program

    Quote Originally Posted by JuggaloBrotha View Post
    what?
    lmao. that is EXACTLY what I was thinking after I read the OP lol

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    Re: add theme windows to my program

    what's do you want to say?sorry i don't understand you

  10. #10
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: add theme windows to my program

    Jupping, basically you're wanting to mimic Office 2007's skin and layout in your app(s)?

    First off you'll need to find a Ribbon control, .Net doesn't have one built into the framework (yet) for us to use, but there are plenty of them made for .Net out there, the really good ones will need to be purchased though.

    Most ribbon control's I've seen take care of skinning the rest of your app for you and you can always tweak things further as you see fit.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    Re: add theme windows to my program

    for use this code
    Code:
    SkinFramework1.LoadSkin App.Path + "/Luna.msstyles", ""
    SkinFramework1.ApplyWindow hWnd
    SkinFramework1.ApplyOptions = frmAddItem.SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics
    i get error at SkinFramework1
    How to use it?

  12. #12
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: add theme windows to my program

    what's SkinFramework ?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  13. #13

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    Re: add theme windows to my program

    i find how to use theme at here

  14. #14
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: add theme windows to my program

    Quote Originally Posted by Jupping View Post
    i find how to use theme at here
    That doesn't help us much, can you explain it?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  15. #15

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    Re: add theme windows to my program

    i Need you help me or you need me help you?
    i don't understand.

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