|
Component ZPHint(ver 1.1). For Delphi (3,4,5).
Component ZPHint(version 1.1). For Delphi (3,4,5).
ZPHint component allows to modify the kind of the hint windows.
Component has the following features:
- Three ways of representing the hints.
- Auto orientation of the hints - to be always on the whole within the screen.
- Multiline hints.
- Custom background color, hint's font and color, alignment.
- Custom transparency and gradient transparency.
- Easy to use.
Related Discussions - HOW CAN I DEACTIVE DIAL-UP CONECTION? (2001-01-28 11:54:30)A guy named Ruben recently gave me this answer when I asked nearly the same question.........
----------------------------------------------------...
- SIMPLE EMAIL QUESTION (2001-01-30 07:40:08)Here is the MemoryStreamToWebBrowser example I promised:
// This writes a MemoryStream to the WebBrowser document
// without using any disk...
- HELP FINDING AV IN THIS COMPONENT (2001-02-16 08:23:12)Yes, I realize that, but even when I remove it I still get
the AV.
- CREATING SHORTCUTS (2001-01-28 01:16:27)This is a sample from the MSDN, I tried to translate it into Delphi. I did not try to execute it but it should work.
If it won't, tell me and I'll...
- DELETING THE EXEFILE... (2001-01-28 04:05:04)function CreateTempFileName: string;
var TempDir: array of Char;
count, len: LongInt;
dummy, sec: Word;
start: string;
begin...
- HOW TO DISCONNECT FROM THE INTERNET IN DELPHI 5 (2001-01-28 11:55:14)A guy named Ruben recently gave me this answer when I asked nearly the same question.........
----------------------------------------------------...
- DETECTING SHADES OF COLOURS (GRAYSCALE) (2001-01-31 04:54:41)I'm Russian but I live in Belgium, so i'm not teh best in English too :)
The way you calculate the greyscale color is the wrong one.
red >...
- GRID INDEX OUT OF RANGE ERROR USING PARADOX TABLES (2001-01-29 16:26:47)Hello,
I ussauly get that error when for example:
I have 20 records in my paradox table.
Here I set To Table1.RecNo:=21.
When I execute...
- NOBODY CAN HELP ME???? (2001-01-30 08:03:06)Here the link to Deborah Pate's sample projects using
bookmarks and properties:
http://www.djpate.freeserve.co.uk/Bookmarks.zip
visit her...
- RXLIBRARY INSTALLATION ISSUES IN DELPHI 5 PRO (2001-01-29 12:37:29)It is most likely due to your not having path to the BPL
in the library path in the environment options.
|