setting DEVMODE structure
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi i am writing my own dialogbox for printsetup. i have the problem to set "dmFields" member in the DEVMODE structure for orientation and copies.how can i assign my values to these memebers. please help me. if i give pDevMode->dmFields=DM_ORIENTATION pDevMode->dmFields=m_orientation.(m_orientation contains either 1 or 0); but it's not setting with my value please give help thank you