开发者

SendMessage to Windows Explorer address bar

开发者 https://www.devze.com 2022-12-10 19:01 出处:网络
How to SendMessage to Windows Ex开发者_运维问答plorer address bar in C#?call SendMessage to the window handle

How to SendMessage to Windows Ex开发者_运维问答plorer address bar in C#?


call SendMessage to the window handle

However the response is not documented anywhere in Windows SDK. Don't bet you business on undocumented behavior. If you need to control the address bar in your code, I suggest you to write your own browser or host the webbrowser control in your application.

0

精彩评论

暂无评论...
验证码 换一张
取 消