help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uigetfile for Windows


From: Knuhut
Subject: Re: uigetfile for Windows
Date: Wed, 21 Jan 2009 02:37:07 -0800 (PST)

Here is an extended version that has two additional parameters similar to
matlab.

Usage:
filename=uigetfile(FilterSpec, DialogTitle, DefaultName)

You can type "help uigetfile" to get more information

http://www.nabble.com/file/p21580611/uigetfile.zip uigetfile.zip .

Regards
Knut


Knuhut wrote:
> 
> Hi 
> 
> I needed uigetfile (usally known from Matlab) to open arbitrary files in
> my application. AFAIK there is no function like that in Octave, so I made
> one of my own. 
> 
> My function works by calling a separate binary exe via 'system' function,
> which itself calls the Windows API function 'GetOpenFileName'. Sources and
> the VC6 project are included in the attachment. 
> 
> I'm far away from being a sophisticated programmer and my function is not
> fully compatible with Matlab. Anyway it works for me and someone of you
> might find it useful.
> 
> Ragards
> Knut
> 
>  http://www.nabble.com/file/p20342287/getfilename.zip getfilename.zip 
> 

-- 
View this message in context: 
http://www.nabble.com/uigetfile-for-Windows-tp20342287p21580611.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]