Re: Win32Lib; Shortcuts in GetOpenFileDialog
- Posted by ZNorQ <znorq at holh?u?.com> Jun 10, 2008
- 684 views
Dan Moyer wrote: > > 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 > > Can't help you with your actual programming problem, but I can say this: > your English is just fine, and your "accenting" with the red border > probably should have been sufficient; but I also missed it, my fault. > > However, the inclusion of "ON THE LEFT HAND SIDE" really does point clearly > > to what you want to change! :) > > Dan *Confidence boosted* Thanks for those fine words, and I'll really try to be more specific (I'll probably fail again, though). :D Kenneth / ZNorQ