size of request file window

BlitzMax Forums/BlitzMax Programming/size of request file window

Is there a programatic way to increase the size of the window opend by request file?

Related to this topic http://www.blitzbasic.com/Community/posts.php?topic=77040

In short, you have to reimplement RequestFile/RequestDir and handle positioning/sizing via the callbacks provided by the respective APIs.
(on Windows anyway, dunno about the other platforms)