954,529 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Transparent forms

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

Katrix36
Newbie Poster
16 posts since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

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
Posting Pro
530 posts since Oct 2005
Reputation Points: 64
Solved Threads: 39
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You