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.
C#でWindows Explorerのアドレスバーにメッセージを送信する方法は?
SendMessage をウィンドウ ハンドルに呼び出す
ただし、応答は Windows SDK のどこにも記載されていません。文書化されていない行動にビジネスを賭けないでください。コードでアドレス バーを制御する必要がある場合は、独自のブラウザーを作成するか、アプリケーションで Web ブラウザー コントロールをホストすることをお勧めします。