07-06-2015, 04:58 AM
Gintaras Wrote:go_site:
PostMessage tab_test_dialog_handle WM_APP 0 0
tab_test:
,case WM_APP
,out "message received"
Function go_site
;messages2
sel wParam
,case 3
,PostMessage win("tab_dialog" "#32770") WM_APP wParam lParam
,case IDOK
,case IDCANCEL
ret 1Function tab_test
I'm sorry but there is a part that does not make sense.
If there are Google and Yahoo button two or more buttons
How do you recognize two distinct buttons?
You can give an example to illustrate how to use it?
