Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: avicap32.dll

From: gregg:pointillistic at: 11-Mar-2008 10:51

Hi Nick, NA> I'm stuck trying to get the "hwnd" value (window handle) needed for NA> the "capCreateCaptureWindow" function. In other development NA> environments I use, that handle (pointer) is simply returned when I NA> create a new GUI window. Does anyone know if I can gain access to NA> that value, within Rebol, for a GUI window created by Rebol? Thanks! You can get the handle to a console window pretty easily, but to find a View window you'll have to find it by title or something. -- Gregg