print preview problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
i have color mismatch problem in printpreview pDC->SetTextColor(RGB(127,127,127)); pDC->TextOut(100,100,"hello"); and i m using Fujitsu DX2400 printer the color looks proper in view but different in print preview if i use diff printer like HP it works great this color mismatch also happens for some more color codes RGB(127,127,127) is one of them read lot abt ICM in documentation also use Palettes but no use need some help...............