I am wondering how to set the form's picture to what the desktop wallpaper is?
This one VB Code: Option Explicit Private Declare Function PaintDesktop Lib "USER32" (ByVal HDC As Long) As Long 'Creates the desktop background as your form background Private Sub Form_Paint() PaintDesktop Me.HDC End Sub
Option Explicit Private Declare Function PaintDesktop Lib "USER32" (ByVal HDC As Long) As Long 'Creates the desktop background as your form background Private Sub Form_Paint() PaintDesktop Me.HDC End Sub
Please mark you thread resolved using the Thread Tools as shown
Forum Rules