Transparent forms

Please support our Pascal and Delphi advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Jan 2006
Posts: 16
Reputation: Katrix36 is an unknown quantity at this point 
Solved Threads: 0
Katrix36 Katrix36 is offline Offline
Newbie Poster

Transparent forms

 
0
  #1
Jan 8th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 523
Reputation: pty is on a distinguished road 
Solved Threads: 37
pty's Avatar
pty pty is offline Offline
Posting Pro

Re: Transparent forms

 
0
  #2
Jan 31st, 2006
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;
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Pascal and Delphi Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC