CDC dc; //creating a DC object AfxMessageBox(printername); HDC hdc=CreateDC(NULL,printername,NULL,NULL); dc.Attach(hdc); dc.StartDoc(); dc.StartPage(); dc.Rectangle(100,100,200,200); dc.TextOut(50,50,"Emazines Software Private Limited"); dc.EndPage(); dc.EndDoc(); dc.DeleteDC(); Roger Allen Sonork 100.10016 I have a terminal disease. Its called life!