Re: Win32Lib; Shortcuts in GetOpenFileDialog

new topic     » goto parent     » topic index » view thread      » older message » newer message

ZNorQ wrote:
> 
> Hi,
> 
> a) Is there functionality in Win32Lib that enables the coder to change links
> in the GetOpenFileDialog? (See enclosed picture - highlighted with a red
> frame.)
> 
> <a
> href="http://euphoria.znorq.net/images/forum/openDialog_shortcuts_HF09.jpg">http://euphoria.znorq.net/images/forum/openDialog_shortcuts_HF09.jpg</a>
> 
> 
> b) [OT] Is it at all possible for the general user to change this in Windows
> settings?

      Yes.

      Well sort of:

filename = getOpenFileName(Window1,            -- parent window
       "D:\\where_I_want to_open",                    -- where name
                          { "Data File", "*.Dat",     -- data files
                            "All Files", "*.*" } )    -- everything else  

> 
> Kenneth / ZNorQ


Don Cole

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu