Is it possible to resize / hide the "Standard dialog" window (the "select file to upload" window)?

The "select file to download" window that appears when you click the browse button in the file entry element on a web page.

Is it possible to hide / resize the "select file to upload" window using user32 lib functions such as ShowWindowetc. I tried to use ShowWindowby specifying a window handle "select file to upload", but it did not work.

Is it possible to work with these windows? If so, how can I do this?

+3
source share
1 answer
0

Source: https://habr.com/ru/post/1731510/


All Articles