Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下代码从后台访问网页,
HINSTANCE fan=ShellExecuteA(NULL,"open","http://www.yahoo.com",NULL,NULL,SW_HIDE);
但浏览器没有隐藏。
有什么建议么?