Native Browser Window
BlitzMax Forums/MaxGUI Module/Native Browser Window
  | ||
|  In the Blitzmax IDE , when i click on the FILE menu entry i get the native file Browser Window. Is it possible with MaxGui ? I havn´t found yet a Command to do that. D  | 
  | ||
|  in other words: I talk about a native file explorer.  | 
  | ||
|  There are some standard BlitzMax (not MaxGUI) functions: RequestFile RequestDir See the BlitzMax help for more info.  | 
  | ||
|  RequestFile$( text$,extensions$="",save_flag=False,initial_path$="" ) or RequestDir$( text$,initial_path$="" ) can used with BlitzMax (and not limited to MaxGui)  | 
  | ||
|  Great ! Thank You for That ! Project is heading towards..... Merry X-Mas Guys !  |