views:

113

answers:

1

How to SendMessage to Windows Explorer address bar in C#?

Thank you

A: 

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.

Sheng Jiang 蒋晟