WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Control Manager
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2001:03:02:14:37:58
Last Updated: 2001:03:02:14:37:58