Yeah, the Word print dialog doesn't seem to use a regular combo box at all. When I enumerate the child windows of the Word print dialog all I get is a bunch of RichEdit20W classes... Have you tried using Spy++ and monitor the WM_COMMAND message of the Print dialog in the application to see if it sends the CBN_SELCHANGE notification to the dialog window when you do a manual selection?