Re: Win32Lib; Shortcuts in GetOpenFileDialog
- Posted by ZNorQ <znorq at holha?g.com> Jun 10, 2008
- 673 views
don cole wrote: > > 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: > > }}} <eucode> > filename = getOpenFileName(Window1, -- parent window > "D:\\where_I_want to_open", -- where name > { "Data File", "*.Dat", -- data files > "All Files", "*.*" } ) -- everything else > > </eucode> {{{ > > > > Kenneth / ZNorQ > > > Don Cole Ehr, I knew my english and my linguistic skills sucked, but I didn't know it was this awful.. :p What you showed me above isn't exacly what I'm after. I know about that - what I'm after is the ability change the links on the left hand side. Those are shortcuts to different directories, but I want to change some of them to suit my own need.. They are highlighted with a red frame and a yellow transparent background in the picture I linked to in my initial post. Kenneth / ZNorQ