VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Show a clock on the desktop

bj?rn linse  (1 Submission)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Tue 1st January 2002   Mon 8th February 2021

Show a clock on the desktop

API Declarations


Private Declare Function FindWindowEx Lib "user32" _
Alias "FindWindowExA" (ByVal hWnd1 As Long, _
ByVal hWnd2 As Long, ByVal lpsz1 As String, _
ByVal lpsz2 As String) As Long
Private Declare Function SetParent Lib "user32" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
'set borderstyle to 0-none
'add a timer
'set interval to 1000


Rate Show a clock on the desktop (1(1 Vote))
Show a clock on the desktop.bas

Show a clock on the desktop Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters