Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Irregular shaped windows ('Skin' support)

Status
Not open for further replies.

pcuster

Programmer
Sep 26, 2000
2
US
Hello:

I am looking for a way to support 'skins'. These skins may have irregular shapes (i.e. not retangular).

Does any one know how to support irregular shaped windows using Delphi?

ANY SUGGESTIONS WHOULD BE GREATLY APPRECIATED! [sig][/sig]
 
Sir,
You can use region API such as CreateRectRgn,CreatePolygonRgn,SetWindowRgn,etc. to create irregular shaped windows !


Hope this helps!

Regards!
[sig][/sig]
 
I have found you do not have to re-invent the wheel on the irregular shaped windows. Woll2Woll has a suite of VCL components that has a Form component that supports this functionality. All you do is put a component on the form and select an image that you wish to display and the form will display in the shape of that image. It is very easy and works very well. The components are very cheap as well.

woll2woll.com

1st Class for Delphi

Brett Parkhurst [sig][/sig]
 
Have you tried Coolform? It's quality freeware. You ought to be able to find it at the Delphi Super Page. Email me if you need help.
Regards
peter@gorehome.freeserve.co.uk [sig][/sig]
 
hi guyz!

been searching for a long time till i got to this site!
maybe you can help me and check out the active-skin tools for delphi and vb!
i dl it from softshape ( and tell me how to implement it in delphi 3 or just how i could compile the demo for delphi!

many thanx!

mfg
WaLLY
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top