Why is it that the Form1 has an .HDC property, and the controls on my form don't? I'm trying to pass a control to the DrawText API, but it requires a control's .hdc property passed as an argument, which my control doesn't have.
What can I do instead?
