Examples and codes to deal with Api functions
visual basic code to View desktop background on the form
Private Declare Function PaintDesktop Lib "user32" _
(ByVal hdc As Long) As Long
Private Sub Command1_Click()
PaintDesktop Form1.hdc
End Sub
Interpreter and redeployed from vb4arb
0 التعليقات:
إرسال تعليق