windows dialogue boxes

BlitzMax Forums/BlitzMax Programming/windows dialogue boxes

I think I saw this in a mario game.. where you would click "open" and it would pop up a windows dialogue box.. I'm almost sure of it.

How do you access the windows extensions to open and save a file?

take a look at the RequestFile command

awesome:) thanks.. I never would have thought it would be that simple!

remember to flushkeys after invoking it or you'll get mouse clicks you don't want.