Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
One macro 2 toolbars
#1
i look for the best way to trigger 2 toolbars.


crm_trigger
Trigger !a"EMIS - CRM (Easy Marketing Information System), DB: Zentrale" "ThunderRT6FormDC"     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=val(_command)
int chwnd=child("" "SSActiveTabsWndClass" hwnd 0x1)
int oben_hwnd=child("" "SSPanelWndClass" hwnd 0x1)
int unten_hwnd=child("" "SSPanelWndClass" hwnd 0x1)

int cx cy cw ch; GetWinXY chwnd cx cy cw ch
int ox oy ow oh; GetWinXY oben_hwnd ox oy ow oh
int ux uy ucx ucy; GetWinXY unten_hwnd ux uy ucx ucy

int vhwnd = mac("crm_visitenkarten" hwnd)
MoveWindow vhwnd cx oy+oh cw cy-(oy+oh) 1
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)