Re: How do I launch a .hlp file from a Euphoria windows program?

new topic     » goto parent     » topic index » view thread      » older message » newer message

In wxEuphoria I use:

atom void

--for compiled html help (.chm) files
void = wx_execute("hh.exe helpfile.chm",wxEXEC_SYNC)

--for windows help (.hlp) files
void = wx_execute("winhlp32.exe helpfile.hlp",wxEXEC_SYNC)


Leonardo Cecchi <guest at RapidEuphoria.com> wrote on 04/02/2007 11:05:30 AM:

>
>
> posted by: Leonardo Cecchi <leonardoce at interfree.it>
>
> Hi,
>
> Can you do something like this?
>
> }}}
<eucode>
> atom r
>
> -- I want to open ssgk2.hlp
> r=system_exec("winhlp32 ssgk2.hlp",0)
> </eucode>
{{{

>
> I'm not a Windows expert so please excuse me if the solution
> is too much simple.... Perhaps you could do something better
> using Win32lib!
>
> Leonardo
>
>
>
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu