VoyForums

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 123456[7]8910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 07:39:29 08/01/01 Wed
Author: Michel
Subject: Re: Transparence - Yes I understand but...
In reply to: Jack Stafford 's message, "Re: Transparence - Yes I understand but..." on 18:28:04 07/30/01 Mon


Hi Jack,

You can create a TCanvas to write on the TImageScrollBox.

For example,

Canvas := TCanvas.Create;
Canvas.Handle := GetDC(ImageScrollBox.Handle);

{ write text or draw images on the canvas which will appear
on the image scroll box }

...

ReleaseDC(ImageScrollBox.Handle, Canvas.Handle);
Canvas.Free;

Best regards,

Michel


>Ok, I understand about the transparency thingy, I'm
>asking about putting something on top and keeping it
>on top of the ImageScrollBox... like a label or tImage?
>
>Jack
>
>
>>No. It is not possible with Envision. A Delphi Image
>>component that supports transparancy is G32.
>><a rel=nofollow target=_blank href="http://www.geocities.com/den_alex/">http://www.geocities.com/den_alex/</a>
>>
>>>Then.. Is is possible to keep a transparent timage
>>>over the ImageScrollBox? I need a small transparent
>>>image over a larger imageScrollbox but the
>>>imageScrollBox wants to stay on top!
>>>
>>>>

[ Next Thread | Previous Thread | Next Message | Previous Message ]


Replies:


[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.