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.
Web ページのファイル入力要素で参照ボタンをクリックするとポップアップする「アップロードするファイルを選択」ウィンドウ。
user32 lib関数ShowWindowなどを使用して、この「アップロードするファイルを選択」ウィンドウを非表示/サイズ変更することはできますか?「アップロードするファイルを選択する」ウィンドウのハンドルを提供して使用しようとしShowWindowましたが、機能しませんでした。
ShowWindow
このウィンドウで作業することは可能ですか? はいの場合、どうすればできますか?