VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Make your Digital clock look transparent using the PaintWindow API call.

by Bhushan R Bajracharya (4 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 16th January 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Make your Digital clock look transparent using the PaintWindow API call.

Rate Make your Digital clock look transparent using the PaintWindow API call.



'change the propoty of the form 
'border style =none
'width=4000
'height=1000
'windows start position=center screen
change the propoty of label
'backstyle=transparent
'font size=16
'interval of time=1000
now put this code 

private sub form1_paint ()
PaintWindow Me.hce
end sub
 
private sub timer_time()
label1.caption= time
end sub

'this is just like transparent ........he he he ....funny na.]

Download this snippet    Add to My Saved Code

Make your Digital clock look transparent using the PaintWindow API call. Comments

No comments have been posted about Make your Digital clock look transparent using the PaintWindow API call.. Why not be the first to post a comment about Make your Digital clock look transparent using the PaintWindow API call..

Post your comment

Subject:
Message:
0/1000 characters