win32Lib_0_70_20 and dialog open file
- Posted by sergelli Sep 29, 2011
- 1327 views
Hi
When I use this code below with win32Lib_0_70_20
filename=getOpenFileName(MAIN, -- parent window "C:\\One\\Two\\", -- default name { "All Files", "*.*", -- All files "Euphoria Code", "*.EX;*.EXW;*.E;*.EW;*.INI", "dBase Files", "*.PRG;*.TXT", "Text Files", "*.TXT" } ) -- everything else
The dialog box will show the directory "C:\One" and its contents. The "Name Box" if fill with the word "Two"
With previous versions, the dialog box showing the directory "C:\One\Two" and display its files and folders. The file name box shows "*.*"
I think this is the correct way to display a directory in a box dialog.
How do I work as old versions when using win32Lib_0_70_20 ?