Hi!
When using getpict() you will not directly see the thumbnails.
Would there be a way to automate such?
Would there be a way to resize the screen (which pops up using getpict()) automaticly?
TIA
-Bart
Obviously no, there are no such parameters. But at least dialog position and size is saved and restored the next time you call getpict().
If you want more control, you will need to go the cumbersome way to use common dialogs via Windows API. I can't tell you if and how to influence window size, but as a start on how to invoke a common dialog for open file (of which the picture dialog is just a special case) look here:
Besides loComDialog.Filter intelisense tells me you can get a hDC at least. I fear you rather need the hWND window handle to use API functions to influnce the window size and position.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.