Auto clicking


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on January 23, 2014 at 07:28:31:

Some time back Brian gave me this WDL code that I could use in a program to click my own buttons ...

Force a button click
--------------------
cosCWnd$ = cosDlghDlg$
cosMessage = WM.COMMAND ! cosMessage
coswParam = BN.CLICKED * 65536 ! cosCommand
coswParam = coswParam + IDC.PROCEED ! cosCtlId
coslParam = 0 ! coslParam
GOSUB COS.PostMessage

It's been VERY useful. Now I need help with a variation.

I'd like to click an entry/line in a Combo Box. Hopefully the same syntax for List and ListView.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]