![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Oct 2005
Posts: 9
Rep Power: 0
![]() |
Nice Looking Command buttons..?
How do i make nice looking command buttons?
(dont just say change the style to graphics because thats not good enough )I have seen nice looking buttons and i wonder how they are made like it..like with bigger curves on the edges and stuff...and also how it would slightly change color on mouse-over please help, if you can please post here ![]() |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Create a new file called "<your_program_name>.exe.manifest" and put this inside it:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <description>.NET control deployment tool</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly> |
|
|
|
|
|
#3 | |
|
Expert Programmer
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Oct 2005
Posts: 9
Rep Power: 0
![]() |
I dont get it
![]() |
|
|
|
|
|
#5 |
|
Expert Programmer
|
Ok, listen.
You turn your program into an executabel (.exe) file. You open up the folder which it is saved in. Right-Click>New>Text Document. Copy and paste the content from Oobles post. Save it as (your_program_name).exe.manifest. So if i made a program called calc.exe and i wanted a nice style, i'd make a calc.exe.manifest file.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: Oct 2005
Posts: 9
Rep Power: 0
![]() |
Oh right, ill try it out
|
|
|
|
|
|
#7 |
|
Professional Programmer
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4
![]() |
Not that mine is a work of art, but what ever the hell rode you to choose a pseudo like pissy?!?
__________________
-Steven "Is this a piece of your brain?" - Basil Fawlty |
|
|
|
|
|
#8 |
|
Newbie
Join Date: Oct 2005
Posts: 9
Rep Power: 0
![]() |
It worked, thanks, now i have to learn to do it myself...somehow.....
|
|
|
|
|
|
#9 |
|
Expert Programmer
|
can someone show me how to do this with C# && C++ ??? I tried doing it this way and my application will not run, stating that the application configuration is incorrect.
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#10 | |
|
Expert Programmer
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|