VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This Code will make your form appear transparent by making the background always the windows deskto

by The Aldinator (2 Submissions)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 6th April 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This Code will make your form appear transparent by making the background always the windows desktop

Rate This Code will make your form appear transparent by making the background always the windows deskto



'make sure for is called form1
'set enabled = true and interval = 1
'add code

Private Sub timer1_timer()
PaintDesktop Form1.hdc
End Sub

Download this snippet    Add to My Saved Code

This Code will make your form appear transparent by making the background always the windows deskto Comments

No comments have been posted about This Code will make your form appear transparent by making the background always the windows deskto. Why not be the first to post a comment about This Code will make your form appear transparent by making the background always the windows deskto.

Post your comment

Subject:
Message:
0/1000 characters