How to Make the Print Combo Box Drop Down
Keywords: print dialog
AddExtender("wwctl34I.dll") SendKeysTo("~WordPad","^p") TimeDelay(2) printwnd=DllHwnd("Print") combobox=cWndByID(printwnd,1139) CB_SHOWDROPDOWN=335 IntControl(23,combobox,CB_SHOWDROPDOWN,1,0)
Article ID: W12514Filename: Making the Print Combo Box Drop Down.txt