943,890 Members | Top Members by Rank

Ad:
Jan 8th, 2006
0

Transparent forms

Expand Post »
Hi all,

I'm making a on-screen keyboard, for a group of disabled students. I've managed to complete the keyboard but i'm wanting to have an option to set the level of transparentcy. At the moment the alphablend value (the level at which the form is transparent) is set to 150.

Would anyone know, if it is possible to change the alphablend value of a form, to the number that the user types into the edit box, while the program is running? (or if not by an edit box, by some other means).

Katrix36
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Katrix36 is offline Offline
16 posts
since Jan 2006
Jan 31st, 2006
0

Re: Transparent forms

Quote originally posted by Katrix36 ...
Hi all,

I'm making a on-screen keyboard, for a group of disabled students. I've managed to complete the keyboard but i'm wanting to have an option to set the level of transparentcy. At the moment the alphablend value (the level at which the form is transparent) is set to 150.

Would anyone know, if it is possible to change the alphablend value of a form, to the number that the user types into the edit box, while the program is running? (or if not by an edit box, by some other means).

Katrix36
Form1.AlphablendValue:=StrToInt(Edit1.Text);
Form1.Alphablend:=True;
pty
Reputation Points: 64
Solved Threads: 39
Posting Pro
pty is offline Offline
530 posts
since Oct 2005

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Pascal and Delphi Forum Timeline: help with readkey
Next Thread in Pascal and Delphi Forum Timeline: Some assistance needed





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC