william007
asked on
What is hdc
Option Explicit
Private Sub Command1_Click()
MsgBox hdc
End Sub
Seems that hdc is a predefined variable, but what is it for, what is its datatype?
Private Sub Command1_Click()
MsgBox hdc
End Sub
Seems that hdc is a predefined variable, but what is it for, what is its datatype?
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Hi, so in this case(Code showing in the question), the hdc refer to the form itself?
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks:-)
ASKER