Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


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:   W12514
Filename:   Making the Print Combo Box Drop Down.txt