Hello,
I have a third party app which provides the WinAPI HWND (written in C) to Lua
as a number or as a string, e.g.:
C: HWND hwnd = 0x12345678
Lua: local hwnd_n = 305419896 -- "number"
local hwnd_s = "0x12345678" -- "string"
wxLua: How do I obtain/create a Lua 'wxWindow' (or whatever 'wx' object) which would
"work" with HWND of value of 'hwnd'?
Best regards,
Lukas
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users