Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Feb 20th, 2005, 2:54 PM   #1
some1
Programmer
 
Join Date: Dec 2004
Posts: 50
Rep Power: 4 some1 is on a distinguished road
How to create office xp like menus and other custom controls

?

Is it supported by windows or is it some custom made control?

I was also always wondering how do they make all those custom controls like those funky custom progress bars, listboxes and also those windows xp like boxes you see in explorer windows on the left .

linky to windows GUI tutorial/article/doc is MUCH appreciated
some1 is offline   Reply With Quote
Old Feb 20th, 2005, 6:58 PM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
I believe it's a custom-made control, but it can be used through APIs. No idea what though.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Feb 22nd, 2005, 4:10 AM   #3
sarathshiva_19
Newbie
 
Join Date: Feb 2005
Posts: 1
Rep Power: 0 sarathshiva_19 is on a distinguished road
Smile solution for :How to create office xp like menus and other custom controls

Hi,
There is something called manifest file. Search on google with the keyword "manifest".
Hope this gives some insight.

--sarath.
sarathshiva_19 is offline   Reply With Quote
Old Feb 22nd, 2005, 8:53 AM   #4
Benoit
Expert Programmer
 
Benoit's Avatar
 
Join Date: Sep 2004
Location: Ontario, Canada
Posts: 574
Rep Power: 5 Benoit is on a distinguished road
Couldn't you do that with Ms Visual C++? Or The GUI toolkit for Dev-C++
__________________
Johnny was a chemist's son but Johnny is no more, for what Johnny thought was H2O was H2SO4
Benoit is offline   Reply With Quote
Old Oct 30th, 2005, 7:21 AM   #5
Meka][Meka
Newbie
 
Join Date: Oct 2005
Posts: 6
Rep Power: 0 Meka][Meka is on a distinguished road
xp manifest is probably the first thing u want, well this can be very easily done, the simple way is to open a file in your exe directory, create a new text file, and name it 'yourapp.exe.manifest', paste this code inside,

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<description>XP Manifest</description>
<dependency>
        <dependentAssembly>
                <assemblyIdentity
                        type="win32"
                        name="Microsoft.Windows.Common-Controls"
                        version="6.0.0.0"
                        processorArchitecture="X86"
                        publicKeyToken="6595b64144ccf1df"
                        language="*"
                />
        </dependentAssembly>
</dependency>
</assembly>


then save and close it, run your app and u shud see xp manifest styled buttons etc...
__________________
']['€AM€LiT€

Meka-Meka Programming Forums
Meka][Meka is offline   Reply With Quote
Old Nov 8th, 2005, 3:28 PM   #6
-=PARADOX=-
Programmer
 
-=PARADOX=-'s Avatar
 
Join Date: Oct 2005
Location: Portugal
Posts: 53
Rep Power: 4 -=PARADOX=- is on a distinguished road
I think you can put the manifest as a resource of the program you are building...
-=PARADOX=- is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:22 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC