Hi everybody! Way back in the day, I developed some apps with Basic4ppc. One of these, a desktop app, I would like to update. I'm thinking about rewriting it for B4J. I'm not very familiar with B4J and I want to know if it's possible to do certain things with it, which I need for this app.
Here's what I want to do:
1. Capture a screenshot of my desktop (basically, "print screen"). In Basic4ppc, I did this with the ImageLibExDesktop library.
2. Manipulate images (draw, crop, rotate).
3. Get a list of all the files in a directory. In Basic4ppc, I used the FileSearch() command.
Can I do these things? Are these features built-in or do I need external libraries? Help is appreciated.
Here's what I want to do:
1. Capture a screenshot of my desktop (basically, "print screen"). In Basic4ppc, I did this with the ImageLibExDesktop library.
2. Manipulate images (draw, crop, rotate).
3. Get a list of all the files in a directory. In Basic4ppc, I used the FileSearch() command.
Can I do these things? Are these features built-in or do I need external libraries? Help is appreciated.