Home  >  Article  >  Backend Development  >  VC background message simulation, vc background message simulation_PHP tutorial

VC background message simulation, vc background message simulation_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 09:59:341018browse

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>);

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...
Statement:
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