Home > Back-end >  Delphi calls the Windows API function problem for help
Delphi calls the Windows API function problem for help

Time:10-30

For the onclick event
Var
MYHWND: HWND;
The begin
Findwindow (nil, 'QQ2012');
Sendmessage (MYHWND, Messages. WM_LLEFTBUTTONDOWN, 0, $1060315);
SENDMESSAGE (MYHWND, Messages. WM_LLEFTBUTTONUP, 0, $1060315);
The QQ2012 in process can be found in this way can use the Button key event,,
If I want to be on the toolbar below the window window also want to use this way how can I get
If I opened the first three EXL file and then call the mouse points out EXL first EXL picture at point a second EXL file will come out EXL file and so on, the problem is under the Windows desktop toolbar on what should I write down the findwindow this function with the same code above?? The best, please please please please please please,, draw out a little bit of time to help me to solve that, thank you,,

CodePudding user response:

Find the window handle, hair WM_SHOWNORMAL news
  • Related