| | |
Transparent forms
Please support our Pascal and Delphi advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
•
•
Join Date: Jan 2006
Posts: 16
Reputation:
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
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
•
•
•
•
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.Alphablend:=True;
![]() |
Similar Threads
- Forms Authorization/ Authentication using asp .net and vb .net (ASP.NET)
- Forms in Random access files (Visual Basic 4 / 5 / 6)
- Semi Transparrent Forms (Visual Basic 4 / 5 / 6)
- Hotmail and Submitting Forms (Web Browsers)
- Screen saver/transparent window...Help! (OS X)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: help with readkey
- Next Thread: Some assistance needed
| Thread Tools | Search this Thread |





