|
-
Feb 18th, 2010, 01:19 AM
#1
Thread Starter
Addicted Member
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
-
Feb 18th, 2010, 09:49 AM
#2
Re: add theme windows to my program
-
Feb 18th, 2010, 10:46 AM
#3
Fanatic Member
Re: add theme windows to my program
 Originally Posted by JuggaloBrotha
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]
-
Feb 18th, 2010, 10:53 AM
#4
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
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Feb 18th, 2010, 11:02 AM
#5
Re: add theme windows to my program
 Originally Posted by Seraph
lol
I'm wondering if he wants to "skin" his program?
Maybe look into WPF?
 Originally Posted by weirddemon
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:
 Originally Posted by Jupping
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..
-
Feb 18th, 2010, 08:33 PM
#6
Thread Starter
Addicted Member
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
-
Feb 18th, 2010, 09:02 PM
#7
Thread Starter
Addicted Member
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?
-
Feb 19th, 2010, 02:01 AM
#8
Re: add theme windows to my program
 Originally Posted by JuggaloBrotha
what?
lmao. that is EXACTLY what I was thinking after I read the OP lol
-
Feb 19th, 2010, 02:39 AM
#9
Thread Starter
Addicted Member
Re: add theme windows to my program
what's do you want to say?sorry i don't understand you
-
Feb 19th, 2010, 08:53 AM
#10
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.
-
Feb 23rd, 2010, 09:21 PM
#11
Thread Starter
Addicted Member
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?
-
Feb 23rd, 2010, 09:24 PM
#12
Re: add theme windows to my program
-
Feb 23rd, 2010, 11:57 PM
#13
Thread Starter
Addicted Member
Re: add theme windows to my program
i find how to use theme at here
-
Feb 24th, 2010, 09:32 AM
#14
Re: add theme windows to my program
 Originally Posted by Jupping
i find how to use theme at here
That doesn't help us much, can you explain it?
-
Feb 25th, 2010, 03:48 AM
#15
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|