java - How to skip active window from Desktop sharing -


i'm working on virtual class room project , using red5 screen share application sharing desktop users. sharing entire desktop, don't want share particular application window, in personal work.

user32extra.instance.showwindow(hwnd,0); // hiding window  bufferedimage image = robot.createscreencapture(new rectangle(x, y, width, height)); user32extra.instance.showwindow(hwnd,5); // showing window 

i'm using winapi hiding particular window, not giving proper result.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -