Originally posted by MikeAJK
Can anyone tell me what this line of code actually does?
VB Code:
  1. DevM.dmFields = DM_PELSWIDTH Or DM_PELSHEIGHT Or DM_BITSPERPEL
You fill in the dmFields property to let Windows know what other properties you are going to be using.