pingus-devel
[Top][All Lists]
Advanced

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

Re: [Pingus-CVS] [Bug #704] Level editing docs not mentioned in the edit


From: Kenneth Gangstoe
Subject: Re: [Pingus-CVS] [Bug #704] Level editing docs not mentioned in the editor help screen
Date: Wed, 19 Jun 2002 14:18:43 +0200
User-agent: Mutt/1.3.24i

Quoting David Philippi (address@hidden):
> > FIXME: Is it possible to savely launch a webbrowser from within Pingus?
> > That would allow us to simply place a button for the tutorial.
> 
> In the Linux version this shouldn't pose a problem. You just fork a new 
> process and exec the browser. That's quite the same as any shell will do.
> The only remaining problem is to get the path to the right browser.
> 
> On the other hand, I don't know how this is done under Win32.

Somewhat the same: (Will use the current registered browser)

ShellExecute(handle, NULL, "tutorial.html", NULL, NULL, SW_SHOWNORMAL);

- Kenneth



reply via email to

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