Lisp HUG Maillist Archive

Getting a window handle in Win32

Is it possible to get the HWND window handle from an CAPI:interface in
LispWorks Windows? I have a DLL I'd like to use and need to create a
window to pass off to it. I don't want to use the CreateWindow foreign
function, because I'd like to use a pane that is embedded in an
existing interface. Sorry if this is a little confusing :-)

Jeff M.

-- 
http://www.retrobyte.org
mailto:massung@gmail.com


Re: Getting a window handle in Win32

On Wed, 31 Aug 2005 14:20:19 -0500, Jeff Massung <massung@gmail.com> wrote:

> Is it possible to get the HWND window handle from an CAPI:interface
> in LispWorks Windows? I have a DLL I'd like to use and need to
> create a window to pass off to it. I don't want to use the
> CreateWindow foreign function, because I'd like to use a pane that
> is embedded in an existing interface. Sorry if this is a little
> confusing :-)

simple-pane-handle

  <http://www.lispworks.com/documentation/lw445/CAPRM/html/capiref-328.htm>

Cheers,
Edi.


Updated at: 2020-12-10 08:50 UTC