- Home
·
- Miscellaneous
·
- Make your Digital clock look transparent using the PaintWindow API call.
Make your Digital clock look transparent using the PaintWindow API call.
Make your Digital clock look transparent using the PaintWindow API call.
Rate Make your Digital clock look transparent using the PaintWindow API call.
(1(1 Vote))
'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.]
Make your Digital clock look transparent using the PaintWindow API call. Comments
No comments yet — be the first to post one!
Post a Comment