EddieShipman,
Thanks for your prompt reply. OK can you please recommend to me a good and stable third party control pack which I can use to implement my GUI?
Thanks in advance
Main Topics
Browse All TopicsHi All,
I am building a Delphi application which should contain a GUI with:
A. Gradient background.
B. Rounded and graphical buttons (meaning buttons that contains some graphics).
C. Rounded and graphical panels.
D. Page control with rounded and graphical tabs.
So can someone please tell me:
A. How I can implement each of the above GUI elements in my Delphi project? (Best way in other words).
B. What is the best image type (JPEG, BMP...etc) I should save the graphical elements in, so that I won't have a huge exe size at the end.
Thanks in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
ok,
Woll2Wolls 1stClass4000 is very good, but it is not free, have a look at http://woll2woll.com/
and <below> is the skinning ewngine I currently use, it has, so far, proved to be very good.
website : http://www.link-rank.com
email : info@link-rank.com
VCLSkin is an VCL library that extend Delphi application with skinnable user interface . Unlike other skin component that you must modify source code to build skinnable application, VCLskin can skin existing application using VCL components without source code modification.
VclSkin automatically skin kinds of windows in application, include Delphi forms,MDIform and common Windows dialogs (MsgBox,Open/Save,Font,Pri
Vclskin not only support Delphi standard controls, but also support many third-party component, such as TMS Grid pack, EnLib Grid, Developer Express QuantumGrid. It is an excellent choice for those wanting to skin existing applications. The cool thing is that it uses existing VCL components.
... hope you find this useful ...
Cheers,
David.
David,
Thank you so much for your outstanding help :)
I've visited http://www.link-rank.com and their Skin components look really so cool...although I have a 3 questions about those components which I will appreciate it so much if you can please answer them for me:
A. Did you try these components on various Windows OS (I mean Windows 98, Me, NT, 2000, XP...etc.)? In other words did you face any Windows OS related issues/ problems with those components?
B. Does this component require any DLL, files to be distributed with the application? other than the regular bpl's which can be included in the main exe.
C. Did those components change your exe size dramatically? Example jump from 1 MB without components to 3 MB with this component?
Thanks in advance for your answers
A. Nope, they seem consistent across all OppSyss (I have tested skinned apps using VirtualPC ranging from Win98 upwards).
B. No additional .DLLs a number of skin library files perhaps, if you want to offer your users a choice, but, you can always build them into a resource file if need be and extract them on first execution.
C. No, bloat factor quite small about 100kb + skin library files.
p.s. if you are concerned about exec size UPX is very good for executable file compression.
Business Accounts
Answer for Membership
by: EddieShipmanPosted on 2006-05-02 at 06:48:25ID: 16585872
Well, you are not going to be able to do it with standard Delphi contols.
There are several very good third-party control packs out there that will
help you achieve this GUI.