1. File Dialog Box?

Is there a one-step file dialog selector function in win32lib? For instance,

    filePath = get_filename()

new topic     » topic index » view message » categorize

2. Re: File Dialog Box?

Place this function into your code...

function get_filename()
    
 return getOpenFileName( 
                0,                       -- parent window
                "",                      -- no default name
                { "All Files", "*.*" } ) -- everything
end function

--------
cheers,
Derek

----- Original Message -----
From: "C. K. Lester" <cklester at yahoo.com>
Date: Wednesday, December 11, 2002 8:26 am
Subject: File Dialog Box?

> 
> Is there a one-step file dialog selector function in win32lib? For 
> instance,
>    filePath = get_filename()
> 
> 
> 
>

new topic     » goto parent     » topic index » view message » categorize

3. Re: File Dialog Box?

i mean get folder... but nevermind 'cuz i figured it all out.

THANKS Thomas Parslow!!! (and the k0dRz@EUchat)

----- Original Message -----
From: "C. K. Lester" <cklester at yahoo.com>
To: "EUforum" <EUforum at topica.com>
Subject: File Dialog Box?


>
> Is there a one-step file dialog selector function in win32lib? For
instance,
>
>     filePath = get_filename()
>
>
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu