Re: Win32Lib; Shortcuts in GetOpenFileDialog
- Posted by don cole <doncole at p?cbell.?et> Jun 10, 2008
- 678 views
ZNorQ wrote: > > 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 Hello,ZNorQ, I thought you didn't like where the window opended not the shortcuts to the left. As to the shortcuts I think this is matter of Bill Gates knows, "What's best for you." What I do is use Windows Classic View then I don't have to look at those shortcuts at all. You can always put your own shortcuts in Window's Start Menu, just by dragging them there. Also you can put them in the Window's status bar. Don Cole