Douglas Farias Expert Licensed User Dec 24, 2014 #1 hi all. how can i make a print screen (full screen) of my pc with b4j?
Erel Administrator Staff member Licensed User Dec 24, 2014 #2 See result number 4: http://www.b4x.com/android/forum/pages/results/?query=b4j+print+screen&page=1&prefix=0
See result number 4: http://www.b4x.com/android/forum/pages/results/?query=b4j+print+screen&page=1&prefix=0
Douglas Farias Expert Licensed User Dec 24, 2014 #3 thx erel, but how to save on a file? lala.jpg example
Erel Administrator Staff member Licensed User Dec 24, 2014 #4 http://www.b4x.com/android/forum/threads/server-screen-capture-server.37292/#content This code writes the image to the output stream. Just open a file output stream with File.OpenOutput.
http://www.b4x.com/android/forum/threads/server-screen-capture-server.37292/#content This code writes the image to the output stream. Just open a file output stream with File.OpenOutput.