tags:

views:

71

answers:

0

The "choose file to upload" window which pops up when the browse button is clicked in the file input element on a web page.

Is it possible to hide/resize this "choose file to upload" window using user32 lib functions like ShowWindow etc. I tried using ShowWindow by providing the handle of the "choose file to upload" window but it didn't work.

Is it possible to work on this windows? If yes, how can I do it?