dllimport "user32.dll" stdcall int GetDesktopWindow(); var win = new Window(GetDesktopWindow()); trace(win.width); win.update();
Was this information helpful? Yes No