|
General Details
|
|
Visual Basic
|
|
Posted 3.84 Years Ago
|
|
709 Views
|
|
Received 0 Ratings
|
|
Mouse controls Transparency
Description
Okay, so this only works for the form right now. If you move your mouse in the form, it will adjust transparency depending on how far away you are from the top left corner. I'm trying to get this to work for the whole screen. Then it'll be tons of fun.
v2 - Works for the entire screen now
Source Code
Comments
| Please login to post comments. |
|
|
Nice start ;-)
Your going to have to use windows API's then to achieve that. You will just need the windows handle, and the cursors handle, and then a few API calls to get the position of the mouse.
Also, you could expand that to work on ANY window: http://articles.techrepublic.com.com/5100-10878_11-5031805.html
Kind regards,
Scott
|
More "Visual Basic" Source Codes By This Author
Recently Posted "Visual Basic" Source Codes
Recently Rated "Visual Basic" Source Codes
|