VC background message simulation, vc background message simulation_PHP tutorial

WBOY
Release: 2016-07-13 09:59:34
Original
1021 people have browsed it

VC background message simulation, vc background message simulation

—HWND TO=<span>0</span><span>;
—</span><span>//</span><span>TO=::FindWindow(_T("Chrome_RenderWidgetHostHWND"),NULL);</span>
—TO=::FindWindow(_T(<span>"</span><span>360se6_Frame</span><span>"</span><span>),NULL);
—</span><span>if</span>(TO==<span>0</span><span>)
—{
—  MessageBox(_T(</span><span>"</span><span>NG</span><span>"</span><span>));
—}
—::SendMessage(TO,WM_LBUTTONDOWN,</span><span>1</span>,<span>0X006C018F</span><span>);
—::SendMessage(TO,WM_LBUTTONUP,</span><span>1</span>,<span>0X006C018F</span>);
Copy after login

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/975798.htmlTechArticleVC background message simulation, vc background message simulationHWND TO= 0; // TO=::FindWindow( _T("Chrome_RenderWidgetHostHWND"),NULL); TO=::FindWindow(_T( " 360se6_Frame " ),NULL); if (T...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template