VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Desktop on form

Morpheous Dreams  (3 Submissions)   Miscellaneous   Visual Basic 5.0   Beginner   Wed 3rd February 2021

Put your desktop on a form and be able to click programs to open them right from it...

Side Effects
You have to restart / or \ log off computer afterwards to restore desktop

API Declarations
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
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

Rate Desktop on form (4(4 Vote))
Desktop on form.bas

Desktop on form Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters